OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.             $explain        $this->explains[$id] ?? [];
  2.             $explainColumns = [];
  3.             // Extract column labels for Explain table
  4.             if ($explain) {
  5.                 $explainColumns array_keys(reset($explain));
  6.             }
  7.             $statements[] = [
  8.                 'sql'          => $item,

Stack Trace

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

  at /home/keram23/public_html/plugins/system/debug/src/DataCollector/QueryCollector.php:239