Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#63530 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 4700427 bytes)" "file" => "/var/www/html/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; }|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4700427 bytes) at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:316 |