Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /app/vendor/doctrine/dbal/src/Driver/PDO/Result.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /app/vendor/doctrine/dbal/src/Driver/PDO/Result.php:103) in /app/vendor/symfony/http-foundation/Session/SessionUtils.php on line 52
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#180702
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)"
    "file" => "/app/vendor/doctrine/dbal/src/Driver/PDO/Result.php"
    "line" => 103
  ]
}
  1. * @throws Exception
  2. */
  3. private function fetch(int $mode)
  4. {
  5. try {
  6. return $this->statement->fetch($mode);
  7. } catch (PDOException $exception) {
  8. throw Exception::new($exception);
  9. }
  10. }

Stack Trace

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

  at vendor/doctrine/dbal/src/Driver/PDO/Result.php:103