Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 94375936 bytes) in /www/htdocs/w01d4ac9/19-11-2024/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w01d4ac9/19-11-2024/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php:30) in /www/htdocs/w01d4ac9/19-11-2024/vendor/symfony/http-foundation/Session/SessionUtils.php on line 52
Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 94375936 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 94375936 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#3736 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 1073741824 bytes exhausted (tried to allocate 94375936 bytes)" "file" => "/www/htdocs/w01d4ac9/19-11-2024/vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php" "line" => 30 ] } 
  1.         }
  2.         if (self::$compressMethod === 'zstd') {
  3.             $compressed \zstd_compress(\serialize($content));
  4.         } elseif (self::$compressMethod === 'gzip') {
  5.             $compressed \gzcompress(\serialize($content), 9);
  6.         } else {
  7.             throw FrameworkException::invalidCompressionMethod(self::$compressMethod);
  8.         }
  9.         if ($compressed === false) {

Stack Trace

OutOfMemoryError
 Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 94375936 bytes) at vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php:30