Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#7061 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 536870912 bytes exhausted (tried to allocate 199065601 bytes)" "file" => "/var/lib/data/www/sylius/www/vendor/imagine/imagine/src/Gd/Image.php" "line" => 795 ] }
if (function_exists('imageantialias')) {
imageantialias($resource, true);
}
$transparent = imagecolorallocatealpha($resource, 255, 255, 255, 127);
imagefill($resource, 0, 0, $transparent);
imagecolortransparent($resource, $transparent);
return $resource;
}
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 199065601 bytes) at vendor/imagine/imagine/src/Gd/Image.php:795 |