Home > development, technics > ImageMagick CPU load problems?

ImageMagick CPU load problems?

August 13th, 2009 Leave a comment Go to comments

ImageMagick logo

I assume this is only interesting for a very limited crowd. Still, it is worth mentioning:

ImageMagick may behave as a complete (meaning 99%) CPU resource hog, if several convert processes are running at the same time, as described by several users in the forums.

What worked for me: disabling IM’s internal threading. Sounds weird, but apparently there are some issues (especially?/only?) on RHEL/CentOS machines.

Build with configure –disable-openmp, and several parallel processes did not stall the CPU any longer.

Categories: development, technics Tags:
  1. hank
    May 4th, 2010 at 02:55 | #1

    thanks for the tip…really helped with our IM issue

  1. No trackbacks yet.