Search found 5 matches
- 2011-11-03T00:29:04-07:00
- Forum: Users
- Topic: Limiting threads of ImageMagick - not getting limited
- Replies: 7
- Views: 13353
Re: Limiting threads of ImageMagick - not getting limited
You're absolutely right. I got confused after leaving this topic for several weeks. I'm back to my original problem then (which I thought limiting the threads would solve): http://serverfault.com/questions/313915/watching-imagemagick-and-killing-when-they-run-too-long These commands are called but ...
- 2011-11-02T07:16:16-07:00
- Forum: Users
- Topic: Limiting threads of ImageMagick - not getting limited
- Replies: 7
- Views: 13353
Re: Limiting threads of ImageMagick - not getting limited
Hmm.. when I have these settings: File Area Memory Map Disk Thread Time ------------------------------------------------------------------------------- 768 2.1479GB 1.0002GiB 2.0004GiB unlimited 1 60 But in htop I still found two convert processes: http://is.gd/TQxAb0 Did I understand the threads ...
- 2011-10-17T01:46:58-07:00
- Forum: Users
- Topic: Limiting threads of ImageMagick - not getting limited
- Replies: 7
- Views: 13353
- 2011-10-12T08:44:04-07:00
- Forum: Users
- Topic: Limiting threads of ImageMagick - not getting limited
- Replies: 7
- Views: 13353
Re: Limiting threads of ImageMagick - not getting limited
We got the expected results when we limited the threads in ~/.magick/policy.xml. We're using ImageMagick 6.7.2-10. You can also try setting OMP_NUM_THREADS or MAGICK_THREADS environment variable. Sorry for my ignorance, but I can't seem to find any document that specifies where I should set these ...
- 2011-10-09T07:19:24-07:00
- Forum: Users
- Topic: Limiting threads of ImageMagick - not getting limited
- Replies: 7
- Views: 13353
Limiting threads of ImageMagick - not getting limited
I'm on a virtual machine, and according to [this document in the Cache Storage and Resource Requirements section (http://www.imagemagick.org/script/architecture.php), if you're on a VPS you should probably limit the threads to two. I am. But before making changes, I checked to see what my settings ...