Allowed Memory Size Error? Why?
« on: April 30, 2009, 05:52:38 AM »
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 65536 bytes) in
/home/admin9/public_html/generator/pages/class.grab.inc.php(2) : eval()'d code on line 285


sitemap isn't using any where near max memory?

I just ran the crawler manually and it looks like the "tags" maybe looping? Didn't do that yesterday and I have changed anything?

Oops, I lied, I did a redirect on tags.php to solve a 404 and shot myself in the foot...
« Last Edit: April 30, 2009, 06:36:33 AM by webmaster208 »
Re: Allowed Memory Size Error? Why?
« Reply #2 on: May 01, 2009, 03:54:26 PM »
I am also getting error

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


I have mine set up on cron job. Don't know why this is occuring. Need to find out if anyone can help me.
Re: Allowed Memory Size Error? Why?
« Reply #3 on: May 02, 2009, 09:11:40 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.