Page 1 of 1

MAGICK_THREAD_LIMIT for multiple ImageMagick commands

Posted: 2011-09-26T06:17:17-07:00
by pwnedd
Hello,

When running multiple ImageMagick commands simultaneously, would the effect of setting MAGICK_THREAD_LIMIT limit each command individually? Or would all of the commands *together* use no more than MAGICK_THREAD_LIMIT threads?

Thanks

Re: MAGICK_THREAD_LIMIT for multiple ImageMagick commands

Posted: 2011-09-26T06:47:41-07:00
by magick
MAGICK_THREAD_LIMIT affects each command individually. You can set a system wide thread limit in policy.xml but it still only affects each command individually, not collectively.

Re: MAGICK_THREAD_LIMIT for multiple ImageMagick commands

Posted: 2011-09-26T07:19:52-07:00
by pwnedd
Got it. Thanks for the clarification.