Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4202496 bytes) in /home/eadvisor/public_html/libraries/vendor/laminas/laminas-diactoros/src/Stream.php on line 246
Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4202496 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4202496 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.         if (! $this->isWritable()) {
  2.             throw Exception\UnwritableStreamException::dueToConfiguration();
  3.         }
  4.         $result fwrite($this->resource$string);
  5.         if (false === $result) {
  6.             throw Exception\UnwritableStreamException::dueToPhpError();
  7.         }

Stack Trace

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

  at /home/eadvisor/public_html/libraries/vendor/laminas/laminas-diactoros/src/Stream.php:246