Fatal Error message
« on: March 17, 2009, 04:00:12 PM »
I recently move server & re-install site map but I keep getting this Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 1837365 bytes) in /home/m/c/mctooling/web/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6

I have change url to /home/mctooling/public_html/generator/sitemap.xml in a effort to stop this error
 
can someone please give me some advice???
Re: Fatal Error message
« Reply #1 on: March 18, 2009, 01:50:34 AM »
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 message
« Reply #2 on: March 19, 2009, 09:39:39 AM »
As I am expexting the site to grow to several thousand page, can you give me some idea of what required ???
regards
Alan
Re: Fatal Error message
« Reply #3 on: March 20, 2009, 01:41:44 AM »
Hello,

try "128M" for memory_limit and 5000 for max_execution_time.