Fatal error when crawling
« on: July 03, 2009, 02:33:03 AM »
Hello my previous crawling was ok, but today crawling stop and I got this  message:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6110032 bytes) in /home/user1/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 27

What I should do to resolve this problem?

Thanks
Dillon Colorado
Re: Fatal error when crawling
« Reply #1 on: July 04, 2009, 06:56:26 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 when crawling
« Reply #2 on: July 05, 2009, 04:50:07 PM »
Thanks. Will contact my hosting admin.
Dillon Colorado