Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 655360 bytes) in /volume1/web_packages/joomla/libraries/vendor/maximebf/debugbar/src/DebugBar/DataCollector/MessagesCollector.php on line 171 Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 655360 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.             }, $collector->getMessages());
  2.             $messages array_merge($messages$msgs);
  3.         }
  4.         // sort messages by their timestamp
  5.         usort($messages, function ($a$b) {
  6.             if ($a['time'] === $b['time']) {
  7.                 return 0;
  8.             }
  9.             return $a['time'] < $b['time'] ? -1;
  10.         });

Stack Trace

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

  at /volume1/web_packages/joomla/libraries/vendor/maximebf/debugbar/src/DebugBar/DataCollector/MessagesCollector.php:171