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 ] }
. ' Statement::bindParam() or Statement::bindValue() instead.',
);
}
try {
$this->stmt->execute($params);
} catch (PDOException $exception) {
throw Exception::new($exception);
}
return new Result($this->stmt);
No log messages
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 |