Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3180688 bytes) in /home/tce/tce2024_preprod/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 316
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3180688 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
0 of 0
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#6013 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 3180688 bytes)" "file" => "/home/tce/tce2024_preprod/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.         }