Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#2944 -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 ] }
/**
* Computes a reasonably unique hash of a serializable value.
*/
public static function hash(mixed $value): string
{
$hash = substr(base64_encode(hash('xxh128', serialize($value), true)), 0, 7);
return str_replace(['/', '+'], ['.', '_'], $hash);
}
protected function getEnv(string $name): mixed
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 |