Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#181794 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)" "file" => "/app/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php" "line" => 43 ] }
if (! in_array($connectionName, $this->connWithBacktraces, true)) { return; } // array_slice to skip middleware calls in the trace $this->backtraces[$connectionName][] = array_slice(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS), 2); } /** @return array<string, array<string, mixed>[]> */ public function getData(): array {|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) at vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php:43 |