LSAPI / FileUpload / ImageMagic

#1
Howdy,

when uploading files for imagemagic - reseizing, the following happens:

- the upload-action is called 3 times

- std_err.log shows 3 times: Insufficient memory (case 4)

I have not changed any memeory limits in litespeed - Memory Soft Limit (bytes) is still 300M.

Can you help?

Thank you,
Bjoern.
 
#3
There are memory limit setting in php.ini as well, make sure to increase that as well.
Since I am using Ruby on Rails, there is no need for php.ini ;) - However, I learned that imagenagick and it's rmagick ruby library are too memory hungry.

Is there any Rule how I can tune the Soft- and Hard-Limits?


Thank you,

Bjoern
 
Top