Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#163262 -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 ] }
} public function display(array $context, array $blocks = []): void { foreach ($this->yield($context, $blocks) as $data) { echo $data; } } public function render(array $context): string {|
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 |