Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#16882 -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/Compiler/MergeExtensionConfigurationPass.php" "line" => 126 ] }
return;
}
$this->processedEnvPlaceholders = [];
// serialize config and container to catch env vars nested in object graphs
$config = serialize($config).serialize($container->getDefinitions()).serialize($container->getAliases()).serialize($container->getParameterBag()->all());
if (false === stripos($config, 'env_')) {
return;
}
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/Compiler/MergeExtensionConfigurationPass.php:126 |