Search found 1 match
- 2013-05-06T21:30:35-07:00
- Forum: Users
- Topic: Why setting throttle value doesn't work
- Replies: 0
- Views: 5293
Why setting throttle value doesn't work
Hi! I try slow down ImageMagick cause of CPU usage is too big. 1) I set environment variable MAGICK_THROTTLE = 50, then call "convert.exe -list resource" in cmd. Result: throttle = 0 2) Ok. I remove variable and edit policy.xml: <policy domain="resource" name="throttle" value="50"/> Result is same ...