Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2109440 bytes) in /volume1/web_packages/joomla/libraries/src/Cache/Controller/OutputController.php on line 98
if ($locktest->locked === false && $locktest->locklooped === true) { // We can not store data because another process is in the middle of saving return false; } $result = $this->cache->store(serialize($data), $id, $group); if ($locktest->locked === true) { $this->cache->unlock($id, $group); }|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2109440 bytes) at /volume1/web_packages/joomla/libraries/src/Cache/Controller/OutputController.php:98 |