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 Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2109440 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2109440 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.         if ($locktest->locked === false && $locktest->locklooped === true) {
  2.             // We can not store data because another process is in the middle of saving
  3.             return false;
  4.         }
  5.         $result $this->cache->store(serialize($data), $id$group);
  6.         if ($locktest->locked === true) {
  7.             $this->cache->unlock($id$group);
  8.         }

Stack Trace

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                
Notice: unserialize(): Error at offset 923 of 997 bytes in /volume1/web_packages/joomla/libraries/vendor/joomla/database/src/Monitor/DebugMonitor.php on line 76