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, Thomas Weidner <[EMAIL PROTECTED]>wrote: > Do you really think that an complete application should run with 4MB RAM > ??? (allocated 4718592 byte = 4.4MB) > Most procedural or plain php sites need more. ;-) > > Default setting from PHP itself is actually about 16 or 32 MB. > But how much memory ZF uses depends on your own needs. > > I would go with the default settings from php. :-) > > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.thomasweidner.com > > ----- Original Message ----- From: "Behzad" <[EMAIL PROTECTED]> > To: "fw-general Zend Framework" <[email protected]> > Sent: Thursday, November 13, 2008 3:46 PM > Subject: [fw-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: Out of memory (allocated 4718592) (tried to allocate 19456 >> bytes) in /home/admin/library/Doctrine/Doctrine/Record/Abstract.php on >> line >> 295 >> Fatal error: Out of memory (allocated 4194304) (tried to allocate 4864 >> bytes) in /home/admin/library/Zend/Filter/Word/CamelCaseToDash.php on line >> 40 >> * >> I know that OO code requires more memory than procedural code, but how >> much >> memory is needed indeed? >> How can I prevent these errors? What's the problem? How much memory is >> needed for ZF-driven website? >> What is the recommended php.ini settings here? >> >> *Thank you in advance. >> -Behzad >> >> > -- Kind regards, -behzad
