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 ] }
} if (self::$compressMethod === 'zstd') { $compressed = \zstd_compress(\serialize($content)); } elseif (self::$compressMethod === 'gzip') { $compressed = \gzcompress(\serialize($content), 9); } else { throw FrameworkException::invalidCompressionMethod(self::$compressMethod); } if ($compressed === false) { 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 |