RE: [fw-general] Setting large memory_limit in php.in cause zend framework 1.10.1 to fatal

2010-02-17 Thread Simon Griffiths
ting large memory_limit in php.in cause > zend framework 1.10.1 to fatal > > Adding to Ralph's reply: > > You may want to trace it using valgrind or truss, etc.. Might lead to > another issue. > > Also, I'm assuming you really have 4+ GB? > > Till

Re: [fw-general] Setting large memory_limit in php.in cause zend framework 1.10.1 to fatal

2010-02-17 Thread till
Adding to Ralph's reply: You may want to trace it using valgrind or truss, etc.. Might lead to another issue. Also, I'm assuming you really have 4+ GB? Till On Wed, Feb 17, 2010 at 4:18 PM, Ralph Schindler wrote: > Fatal errors emminating from PHP itself are PHP issues.  I am actually not > su

Re: [fw-general] Setting large memory_limit in php.in cause zend framework 1.10.1 to fatal

2010-02-17 Thread Ralph Schindler
Fatal errors emminating from PHP itself are PHP issues. I am actually not sure there is an issue here as memory_limit should be set to something sensible (like say max a couple of hundred megs for really intensive scripts). Also, I notice you are running the Suhosin patch. While that is soli