OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 15728672 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.      * @param mixed $suffix
  2.      * @return string
  3.      */
  4.     protected function getAddDatasetCode($requestId$data$suffix null)
  5.     {
  6.         $js sprintf("%s.addDataSet(%s, \"%s\"%s);\n",
  7.             $this->variableName,
  8.             json_encode($data),
  9.             $requestId,
  10.             $suffix ", " json_encode($suffix) : ''
  11.         );

Stack Trace

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

  at /home/keram23/public_html/libraries/vendor/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php:1181