Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2963688 bytes) in /volume1/web_packages/joomla/libraries/src/Cache/Storage/FileStorage.php on line 183 Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2963688 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 2963688 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function store($id$group$data)
  5.     {
  6.         $path  $this->_getFilePath($id$group);
  7.         $close false;
  8.         // Prepend a die string
  9.         $data '<?php die("Access Denied"); ?>#x#' $data;

Stack Trace

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

  at /volume1/web_packages/joomla/libraries/src/Cache/Storage/FileStorage.php:183