Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 199065601 bytes) in /var/lib/data/www/sylius/www/vendor/imagine/imagine/src/Gd/Image.php on line 795
Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 199065601 bytes) (500 Internal Server Error)

Symfony Exception

OutOfMemoryError

HTTP 500 Internal Server Error

Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 199065601 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
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
  ]
}
  1.         if (function_exists('imageantialias')) {
  2.             imageantialias($resourcetrue);
  3.         }
  4.         $transparent imagecolorallocatealpha($resource255255255127);
  5.         imagefill($resource00$transparent);
  6.         imagecolortransparent($resource$transparent);
  7.         return $resource;
  8.     }

Stack Trace

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