![]() |
|
imagick memory usage - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: imagick memory usage (/thread-10069.html) |
imagick memory usage - micheall - 12-06-2012 So... I'm not sure where the error is. I have read time and time again how imagick is the better image processor, so I decided to switch to it. I set the imagick memory limit to 64mb which should be sufficient for my usage. With gd as the image processor my server on average ran at around 600mb of memory usage, I switched to imagick and immediately I shot up to 1200mb and climbing steadily as I browse. Is imagick not releaseing the memory? Does it serialize it's memory usage? For instance an album page with 24 thumbs on it, is it using the 64mb limit 24 times? Here's my current setup, only difference in the before after is enabling imagick: Quote:Installation information 65 active filters: imagick memory usage - kagutsuchi - 14-06-2012 Thanks to a spammer, this caught my eye. Each Zenphoto image is processed on a separate HTTP request to imagick memory usage - micheall - 17-06-2012 So, since the instances are separated it's causing mass memory usage. A shame oh wells. imagick memory usage - acrylian - 18-06-2012 I actually understood that one after another is processed as it is not cumulative? Maybe there is room for improvement here and there. On my live test site I don't really see a difference between GD and Imagick, maybe Imagick a little more speeded but not measured. But of course I cannot test a really big gallery with thousands of fine data resolution images. imagick memory usage - micheall - 20-06-2012 It might also be the way the php is configured as he stated, so I might play around with what renders my php scripts. But that'll be for something later down the road. |