less memory usage
less memory usage
Hi. I ust ImageMagick to animate a sequence of 500 pictures. And it uses much less memory when these animations are split up into 10 of 50 pictures each saved as .miff and then put together. Perhaps IM should recognize how many memory there is and do things like that itself. I crashed the server I use yesterday with to many pictures at one time.
Re: less memory usage
Add -limit memory 2MB -limit map 4MB to your command line. See http://www.imagemagick.org/script/comma ... .php#limit.
Re: less memory usage
O, I see. The default values did not work in my case. There were 16 GB Memory and the server crashed as the memory and swap were full. But thanks for the help.