Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4198400 bytes) in /var/www/dani-candles.com/vendor/symfony/dependency-injection/ContainerBuilder.php on line 1727
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4198400 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#7834
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 4198400 bytes)"
    "file" => "/var/www/dani-candles.com/vendor/symfony/dependency-injection/ContainerBuilder.php"
    "line" => 1727
  ]
}
  1. /**
  2. * Computes a reasonably unique hash of a serializable value.
  3. */
  4. public static function hash(mixed $value): string
  5. {
  6. $hash = substr(base64_encode(hash('xxh128', serialize($value), true)), 0, 7);
  7. return str_replace(['/', '+'], ['.', '_'], $hash);
  8. }
  9. protected function getEnv(string $name): mixed

Stack Trace

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

  at /var/www/dani-candles.com/vendor/symfony/dependency-injection/ContainerBuilder.php:1727