Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48234552 bytes) in /app/vendor/twig/twig/src/Template.php on line 336
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48234552 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.     public function render(array $context): string
  2.     {
  3.         $content '';
  4.         foreach ($this->yield($context) as $data) {
  5.             $content .= $data;
  6.         }
  7.         return $content;
  8.     }