Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /app/vendor/doctrine/deprecations/src/Deprecation.php on line 138

Warning: Cannot modify header information - headers already sent by (output started at /app/vendor/doctrine/deprecations/src/Deprecation.php:138) in /app/vendor/symfony/http-foundation/Session/SessionUtils.php on line 52

Warning: Cannot modify header information - headers already sent by (output started at /app/vendor/doctrine/deprecations/src/Deprecation.php:138) in /app/vendor/symfony/http-foundation/Session/SessionUtils.php on line 52

Warning: Cannot modify header information - headers already sent by (output started at /app/vendor/doctrine/deprecations/src/Deprecation.php:138) in /app/vendor/symfony/http-foundation/Session/SessionUtils.php on line 54
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 {#182080
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)"
    "file" => "/app/vendor/doctrine/deprecations/src/Deprecation.php"
    "line" => 138
  ]
}
  1. if ($type === self::TYPE_NONE) {
  2. return;
  3. }
  4. $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 2);
  5. // first check that the caller is not from a tests folder, in which case we always let deprecations pass
  6. if (isset($backtrace[1]['file'], $backtrace[0]['file']) && strpos($backtrace[1]['file'], DIRECTORY_SEPARATOR . 'tests' . DIRECTORY_SEPARATOR) === false) {
  7. $path = DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . str_replace('/', DIRECTORY_SEPARATOR, $package) . DIRECTORY_SEPARATOR;

Stack Trace

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

  at vendor/doctrine/deprecations/src/Deprecation.php:138