[fw-general] Fatal Error: Out of memory

2008-11-13 Thread Behzad
*Hi List, I've uploaded a ZF-driven website to www.2tarafeh.com , But I'm facing with some fatal errors, for instance: *Fatal error: Out of memory (allocated 3670016) (tried to allocate 19456 bytes) in /home/admin/library/Zend/Form.php on line 1097 Fatal error: Out of memory (allocated 4718592)

Re: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread Thomas Weidner
-general] Fatal Error: Out of memory *Hi List, I've uploaded a ZF-driven website to www.2tarafeh.com , But I'm facing with some fatal errors, for instance: *Fatal error: Out of memory (allocated 3670016) (tried to allocate 19456 bytes) in /home/admin/library/Zend/Form.php on line 1097 Fatal error

Re: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread Behzad
. :-) Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: Behzad [EMAIL PROTECTED] To: fw-general Zend Framework fw-general@lists.zend.com Sent: Thursday, November 13, 2008 3:46 PM Subject: [fw-general] Fatal Error: Out

RE: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread Marco Kaiser
-general Zend Framework Subject: Re: [fw-general] Fatal Error: Out of memory I have no idea why only 4 MB is allocated ! In the php.ini settings, I've set 32 MB for memory_limit directive. Take a look at my php-settings here: http://www.2tarafeh.com/phpinfo.php On Thu, Nov 13, 2008 at 6:25 PM

Re: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread Behzad
Optimizer an memory … -- Marco Kaiser From: Behzad [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 4:03 PM To: Thomas Weidner Cc: fw-general Zend Framework Subject: Re: [fw-general] Fatal Error: Out of memory I have no idea why only 4 MB is allocated ! In the php.ini settings

Re: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread A.J. Brown
Now I'm curious as to how much peak memory the default Hello World install consumes. Does someone know, or want to benchmark it? I'll write a benchmark when I get home if I don't see a reply before then. -- A.J. Brown -- Original Message -- It's actually 128MB at least in recent versions

Re: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread Jason Webster
If I remember correctly, a basic single action dispatch takes approximately 4 to 5MB. Mind you, this includes a couple of Zend_Config objects and some other goodies... A.J. Brown wrote: Now I'm curious as to how much peak memory the default Hello World install consumes. Does someone know,

Re: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread Karol Grecki
It's easy to check http://www.php.net/manual/en/function.memory-get-peak-usage.php http://www.php.net/manual/en/function.memory-get-peak-usage.php Stick it at the end of index.php and you should get memory usage for every page Karol A.J. Brown-3 wrote: Now I'm curious as to how much peak