You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Cm_Cache_Backend_Redis::clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG, ['bla']) this runs out of memory when there are a large number of entries.
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33554440 bytes) in /…/vendor/colinmollenhour/credis/Client.php on line 1353
v1.17.1
We could of course increase the memory limit but it'll fail eventually; would it be possible to do this in batches, or via a Lua script?
The text was updated successfully, but these errors were encountered:
When calling
Cm_Cache_Backend_Redis::clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG, ['bla'])
this runs out of memory when there are a large number of entries.v1.17.1
We could of course increase the memory limit but it'll fail eventually; would it be possible to do this in batches, or via a Lua script?
The text was updated successfully, but these errors were encountered: