Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 191798161 bytes) in /var/www/md2009/data/www/ecovisio.org/templates/yootheme/packages/image/src/Image/GDResource.php on line 187
Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 191798161 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 191798161 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#2151
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 536870912 bytes exhausted (tried to allocate 191798161 bytes)"
    "file" => "/var/www/md2009/data/www/ecovisio.org/templates/yootheme/packages/image/src/Image/GDResource.php"
    "line" => 187
  ]
}
  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 191798161 bytes)

  at /var/www/md2009/data/www/ecovisio.org/templates/yootheme/packages/image/src/Image/GDResource.php:187