Fatal error: Allowed memory size of 9437184000 bytes exhausted (tried to allocate 46575216 bytes) in /usr/www/users/smartm/web66/vendor/doctrine/dbal/src/Driver/PDO/Statement.php on line 121
Error: Allowed memory size of 9437184000 bytes exhausted (tried to allocate 46575216 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

Error: Allowed memory size of 9437184000 bytes exhausted (tried to allocate 46575216 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#1115
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 9437184000 bytes exhausted (tried to allocate 46575216 bytes)"
    "file" => "/usr/www/users/smartm/web66/vendor/doctrine/dbal/src/Driver/PDO/Statement.php"
    "line" => 121
  ]
}
  1.                     ' Statement::bindParam() or Statement::bindValue() instead.',
  2.             );
  3.         }
  4.         try {
  5.             $this->stmt->execute($params);
  6.         } catch (PDOException $exception) {
  7.             throw Exception::new($exception);
  8.         }
  9.         return new Result($this->stmt);

Logs

No log messages

Stack Trace

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

  at vendor/doctrine/dbal/src/Driver/PDO/Statement.php:121