Page 1 of 1

Hardware recommandation?

Posted: 2007-06-12T23:14:11-07:00
by sven
Hi magick,

can you please tell me, if there is a hardware recommandation for executing ImageMagick in a 64-bit environment?

I wonder, whether it is more advisable to get a 2x Intel Dual Core system (each 3,0 GHz) or a 2x Intel Quad Core system (each 2,66 GHz).
Will ImageMagick profit more from one of these systems?

Are the any other hardware recommandations except for plenty of RAM and fast hard disk?

Kind regards
Sven

Re: Hardware recommandation?

Posted: 2007-06-13T06:07:45-07:00
by magick
We have a 3ghz 64-bit dual-core processor with 16GB of memory and most ImageMagick commands finish before we are done typing them on the command line. Memory is the most important factor because ImageMagick pushes pixels to disk if the image exceeds the available memory. If pixels are forced to disk, a 15K SAS drive is probably best. For additional speed, use the Q8 version of ImageMagick rather than the default Q16. In the mean-time we are working on threading some algorithms so they can take advantage of dual/quad-core processors.

Re: Hardware recommandation?

Posted: 2007-06-13T09:03:23-07:00
by sven
Thank you very much for your answer!

Kind regards
Sven