Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20987904 bytes) in /var/www/kbin/kbin/var/cache/dev/twig/c1/c1212fa2879a83c951f215543e0c148f.php on line 941
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20987904 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
0 of 0
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#54118 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20987904 bytes)" "file" => "/var/www/kbin/kbin/var/cache/dev/twig/c1/c1212fa2879a83c951f215543e0c148f.php" "line" => 941 ] }
  1.                 $context['_parent'] = $context;
  2.                 $context['_seq'] = twig_ensure_traversable($context["logs"]);
  3.                 foreach ($context['_seq'] as $context["_key"] => $context["log"]) {
  4.                     // line 527
  5.                     echo "                                        <li>";
  6.                     echo $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpLog($this->envtwig_get_attribute($this->env$this->source$context["log"], "message", [], "any"falsefalsefalse527));
  7.                     echo "</li>
  8.                                     ";
  9.                 }
  10.                 $_parent $context['_parent'];
  11.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['log'], $context['_parent'], $context['loop']);