Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8617792 bytes) in /home/tce/tce2024_preprod/vendor/twig/twig/src/Template.php on line 388
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8617792 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
0 of 0
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#36396 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 8617792 bytes)" "file" => "/home/tce/tce2024_preprod/vendor/twig/twig/src/Template.php" "line" => 388 ] }
  1.             }
  2.             throw $e;
  3.         }
  4.         return ob_get_clean();
  5.     }
  6.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  7.     {
  8.         try {