Fatal error: Out of memory
« on: February 14, 2012, 11:35:35 PM »
Hello,

I am having trouble creating an XML sitemap for my site, to submit to google. I continue to get this error:

Fatal error: Out of memory (allocated 67108864) (tried to allocate 20709409 bytes) in /...../..../...../generator/pages/class.utils.inc.php on line 102

How can I fix this?

Thank you for reading :)
Re: Fatal error: Out of memory
« Reply #1 on: February 15, 2012, 01:42:37 PM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.
Re: Fatal error: Out of memory
« Reply #2 on: February 15, 2012, 11:27:00 PM »
Hello,

Thanks for your response. However, I did this, and it is still displaying the same error.

The max upload is 264MB, and max execution time is 150 min.

This error occurs as soon as I restart the generator.

Thank you.
Re: Fatal error: Out of memory
« Reply #3 on: February 16, 2012, 04:32:13 PM »
You should increase "memory_limit" setting ("max upload" is a different setting)