Fatal error: Allowed memory need help optimizing
« on: October 08, 2008, 05:14:50 AM »
Hi there, I was wondering if I could get help optimizing the crawler.
error is:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6864268 bytes) in /home/XXXXXXX/public_html/generator/pages/class.utils.inc.php on line 6
Re: Fatal error: Allowed memory need help optimizing
« Reply #1 on: October 08, 2008, 02:59:13 PM »
set

Progress state storage type: var_export
Re: Fatal error: Allowed memory need help optimizing
« Reply #2 on: October 08, 2008, 11:27:36 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.