0 of 0Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#9346 ▼ -error: array:4 [▶ "type" => 1 "message" => "Allowed memory size of 268435456 bytes exhausted (tried to allocate 35655680 bytes)" "file" => "/var/www/vhosts/kaffeetechnik-seubert.de/httpdocs/deinbarista_de/shopware/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 268435456 bytes exhausted (tried to allocate 35655680 bytes) at vendor/shopware/core/Framework/Adapter/Cache/CacheValueCompressor.php:30 |