Fatal Error: Allowed Memory Size
« on: June 07, 2008, 12:16:22 PM »
When trying to generate a sitemap I recieve this error:
Fatal error: Allowed memory size of 524288000 bytes exhausted (tried to allocate 17563666 bytes) in /home/default/site.com/user/htdocs/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6

As you can see my allowed memory size is currently massive at 500MB

Also as another less important issue when sitemaps was working it was creating sitemap files larger than 10mb, is there anyway to stop this happening?

Any help would be greatly appreciated.
Re: Fatal Error: Allowed Memory Size
« Reply #1 on: June 08, 2008, 07:02:23 AM »
I to would like to know the answer to this
Re: Fatal Error: Allowed Memory Size
« Reply #2 on: June 09, 2008, 01:33:19 AM »
Hello,

how many URLs were crawled so far at that point?

Quote
Also as another less important issue when sitemaps was working it was creating sitemap files larger than 10mb, is there anyway to stop this happening?
You can decrease the number of URLs per sitemap file in config.inc.php file:
'xs_smsize' => 40000,