Fatal error: Allowed memory size of 33554432 bytes exhausted
« on: February 28, 2008, 06:10:10 PM »
I run it at [ External links are visible to forum administrators only ] and after a while I get this:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2359266 bytes) in /home/translat/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6

I found that i have to change memory_limit and max_execution_time, but to what values? Now they are:

memory_limit 32MB
max_execution_time 30 
« Last Edit: February 28, 2008, 06:25:43 PM by doikasspiros »
Re: Fatal error: Allowed memory size of 33554432 bytes exhausted
« Reply #1 on: February 29, 2008, 11:18:50 PM »
Exact values depend on the total number of URLs your site has, try to increase it step by step until sitemap generation is completed successfully.