Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2113536 bytes) in /app/vendor/twig/twig/src/Template.php on line 367

Warning: Cannot modify header information - headers already sent by (output started at /app/vendor/twig/twig/src/Template.php:367) in /app/vendor/symfony/http-foundation/Session/SessionUtils.php on line 52

Warning: Cannot modify header information - headers already sent by (output started at /app/vendor/twig/twig/src/Template.php:367) in /app/vendor/symfony/http-foundation/Session/SessionUtils.php on line 52

Warning: Cannot modify header information - headers already sent by (output started at /app/vendor/twig/twig/src/Template.php:367) in /app/vendor/symfony/http-foundation/Session/SessionUtils.php on line 54
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2113536 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#163653
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 2113536 bytes)"
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 367
  ]
}
  1. }
  2. public function display(array $context, array $blocks = []): void
  3. {
  4. foreach ($this->yield($context, $blocks) as $data) {
  5. echo $data;
  6. }
  7. }
  8. public function render(array $context): string
  9. {

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2113536 bytes)

  at vendor/twig/twig/src/Template.php:367