Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 27267072 bytes) in /var/www/html/libraries/src/Cache/Controller/OutputController.php on line 98
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 27267072 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 27267072 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#21816
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 27267072 bytes)"
    "file" => "/var/www/html/libraries/src/Cache/Controller/OutputController.php"
    "line" => 98
  ]
}
  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 27267072 bytes)

  at /var/www/html/libraries/src/Cache/Controller/OutputController.php:98