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

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#16882
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 5130496 bytes)"
    "file" => "/var/www/dani-candles.com/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php"
    "line" => 126
  ]
}
  1. return;
  2. }
  3. $this->processedEnvPlaceholders = [];
  4. // serialize config and container to catch env vars nested in object graphs
  5. $config = serialize($config).serialize($container->getDefinitions()).serialize($container->getAliases()).serialize($container->getParameterBag()->all());
  6. if (false === stripos($config, 'env_')) {
  7. return;
  8. }

Stack Trace

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

  at /var/www/dani-candles.com/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php:126