Fatal error: Allowed memory size
« on: December 17, 2010, 04:03:34 PM »
Hi,

I'm trying to crawl my site using standalone sitemap generator,

but i Keep getting this error message

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 39570539 bytes) in C:\xampp\htdocs\wwwroot\xml-sitemap-official\pages\class.utils.inc.php(2) : eval()'d code on line 27

My allowed memory size is actually set to 256MB....

Whats should i do??
Re: Fatal error: Allowed memory size
« Reply #1 on: December 17, 2010, 11:04:22 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.