Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10547200 bytes) in /home/eand/public_html/libraries/src/Cache/Controller/OutputController.php on line 100
Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10547200 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10547200 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.         {
  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.         {
  8.             $this->cache->unlock($id$group);
  9.         }

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 10547200 bytes)

  at /home/eand/public_html/libraries/src/Cache/Controller/OutputController.php:100