Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3254144 bytes) in /var/www/tozato_ru_usr/data/www/tozato.ru/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 316
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3254144 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#6806
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 3254144 bytes)"
    "file" => "/var/www/tozato_ru_usr/data/www/tozato.ru/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php"
    "line" => 316
  ]
}
  1.         $data stream_get_contents($h);
  2.         flock($h\LOCK_UN);
  3.         fclose($h);
  4.         if (\function_exists('gzdecode')) {
  5.             $data = @gzdecode($data) ?: $data;
  6.         }
  7.         if (!$data unserialize($data)) {
  8.             return null;
  9.         }

Logs 1

Level Channel Message
CRITICAL 01:06:34 request Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3254144 bytes)" at FileProfilerStorage.php line 316
{
    "exception": {}
}

Stack Trace

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

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:316