Search found 1 match
- 2016-03-01T08:26:04-07:00
- Forum: Users
- Topic: convert causes 100% CPU. Can it be decreased?
- Replies: 15
- Views: 42197
Re: convert causes 100% CPU. Can it be decreased?
If you have a multi-core processor (most people do these days) set the environment variable below. MAGICK_THREAD_LIMIT e.g. in Linux in your .profile set on a 4 core processor.. export MAGICK_THREAD_LIMIT=2 You will then only use max 50% CPU. For a 2 core processor set it to 1. This should work in ...