Runaway process

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You could set resource limits, see Cache Storage and Resource Requirements here http://magick.imagemagick.org/script/ar ... .php#cache. Better yet use a postitive size rather than negative:
  • -size 44x44 -resize 22x22
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You can set the resource disk limit to 1 GB. That will prevent any process from creating an image that is bigger than 1 GB.
Post Reply