Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 197557201 bytes) in /var/www/vhosts/tadatel.nl/httpdocs/templates/yootheme/packages/image/src/Image/GDResource.php on line 187
Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 197557201 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

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

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.     protected static function createImage($width$height$color 'transparent')
  2.     {
  3.         $rgba = static::parseColor($color);
  4.         $image imagecreatetruecolor($width$height);
  5.         imagefill($image00$rgba);
  6.         if ($color == 'transparent') {
  7.             imagecolortransparent($image$rgba);
  8.         }

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 197557201 bytes)

  at /var/www/vhosts/tadatel.nl/httpdocs/templates/yootheme/packages/image/src/Image/GDResource.php:187