Forums / Setup & design / Fatal Error
Antonio Caccamo
Saturday 29 November 2003 5:36:02 pm
Fatal error: Allowed memory size of 14680064 bytes exhausted (tried to allocate 2048 bytes) in /home/httpdocs/lib/ezxml/classes/ezxml.php on line 374Fatal error: eZ publish did not finish it's request
The execution of eZ publish was abruptly ended, the debug output is present below.
Aya Brea
Sunday 30 November 2003 10:07:16 pm
Increase memory for PHP by editing php.ini file.
Kristian Bording
Thursday 08 January 2004 5:02:31 am
I did not think you needed more then 12MB? Then shouldn't 14 be sufficient?
Kristian
Balazs Halasy
Thursday 08 January 2004 5:38:23 am
Depends on what you're using eZ publish for and how it is used. If there is a lot of traffic and huge transactions then you might have to increase the PHP memory limit. Bad/unoptimal template code usually leads to more memory being used. Try 16,24,32,48 or 64MB; however, according to some people here 16 is usually enough for "normal" sites.
Balazs
PS: Cronjobs might eat a lot of memory.