Fatal error: Allowed memory size of 67108864 bytes exhausted
« on: March 25, 2011, 06:21:39 PM »
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 7786904 bytes) in /home/?/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 27

I get this message while the site map is being created any ideas on how to correct this issue.

James
[ External links are visible to forum administrators only ]
Re: Fatal error: Allowed memory size of 67108864 bytes exhausted
« Reply #1 on: March 25, 2011, 10:41:08 PM »
Ok I increased the PHP memory and it is crawling again 33009 pages so far.  When you increase the memory for PHP is that taking up RAM space or drive space.  I bumped it up to 128 MB and so far so good.
Re: Fatal error: Allowed memory size of 67108864 bytes exhausted
« Reply #2 on: March 27, 2011, 11:30:06 AM »
That's not directly related to RAM, it's a total amount of memory that PHP process is allowed to take (including swap)