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
MAGICK_THREAD_LIMIT for multiple ImageMagick commands
MAGICK_THREAD_LIMIT for multiple ImageMagick commands
Last edited by pwnedd on 2015-12-26T08:37:59-07:00, edited 1 time in total.
Re: MAGICK_THREAD_LIMIT for multiple ImageMagick commands
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
Got it. Thanks for the clarification.