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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

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

  at /var/www/html/cgilpistoia/libraries/src/Cache/Storage/FileStorage.php:183