error
« on: March 29, 2009, 08:46:07 PM »
i face this problem

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

what is the problem ?
Re: error
« Reply #1 on: March 29, 2009, 09:03:40 PM »
Links depth: 5
Current page: vb/showthread.php?t=19794
Pages added to sitemap: 4793
Pages scanned: 6960 (659,762.2 KB)
Pages left: 31202 (+ 3226 queued for the next depth level)
Time passed: 61:57
Time left: 277:47
Memory usage: 16,771.0 Kb
Resuming the last session (last updated: 2009-03-29 01:18:45)
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4456436 bytes) in /home/alfailas/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6
Re: error
« Reply #2 on: March 29, 2009, 09:55:05 PM »
i think i'm fix the problem by

create ".htaccess" file in generator folder with:
Quote
php_value memory_limit 356M
php_value max_execution_time 3000


until naw i don't have any error

Links depth: 6
Current page: vb/showthread.php?t=32237
Pages added to sitemap: 18685
Pages scanned: 38900 (1,340,043.2 KB)
Pages left: 76361 (+ 2677 queued for the next depth level)
Time passed: 103:19
Time left: 202:50
Memory usage: 41,911.9 Kb
Resuming the last session (last updated: 2009-03-29 01:18:45)

 ;)
Re: error
« Reply #4 on: March 30, 2009, 12:40:19 PM »
i already do it before start crawling

but knaw i face other error

Quote
Links depth: 7
Current page: vb/showthread.php?t=55776
Pages added to sitemap: 142447
Pages scanned: 168380 (9,109,023.0 KB)
Pages left: 1916 (+ 99405 queued for the next depth level)
Time passed: 672:06
Time left: 7:38
Memory usage: 167,630.0 Kb
Resuming the last session (last updated: 2009-03-30 04:52:05)
Fatal error: Allowed memory size of 373293056 bytes exhausted (tried to allocate 57444808 bytes) in /home/#######/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6

what i can do to fix this problem   ::)
Re: error
« Reply #5 on: March 31, 2009, 02:02:31 AM »
You should increase memory_limit even more to resolve that.