Hi all, These days, I've been experiencing the error: Allowed memory size exhausted, when I use the image helper made by Josh Hundley (with changes by Jorge Orpinel) to resize some images "on the fly". I've 'googled' around and find out that GD standard library doesn't work with buffer, so it uses all the memory allowed for a script if necessary, sometimes crashing the system with the error above.
I've set 128m memory_limit instead 16m in php.ini, and problem solved, but I'm afraid with this, because I don't know for sure how much memory is recommended for a single script. (and don't even know if 128m will be enough for this), so I want to know how much memory you all recommend to me. (I'm testing on local machine, but my production server is a Xeon 1.6 * (4 core) + 5gb). Thanks for the help. (and sorry for the bad english, if I made some mistake). Regards, Thiago Elias. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
