Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#72348 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 8404992 bytes)" "file" => "/var/www/html/test/vendor/twig/twig/src/Template.php" "line" => 350 ] }
}
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 8404992 bytes) at vendor/twig/twig/src/Template.php:350 |