Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#61188 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 2949264 bytes)" "file" => "/var/www/tozato_ru_usr/data/www/tozato.ru/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php" "line" => 316 ] }
$data = stream_get_contents($h);
flock($h, \LOCK_UN);
fclose($h);
if (\function_exists('gzdecode')) {
$data = @gzdecode($data) ?: $data;
}
if (!$data = unserialize($data)) {
return null;
}
Level | Channel | Message |
---|---|---|
CRITICAL 01:06:29 | request |
Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2949264 bytes)" at FileProfilerStorage.php line 316 { "exception": {} } |
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2949264 bytes) at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:316 |