Hi,
Thanks... I'm not getting that error anymore. now I'm getting the new error
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 13190440 bytes) in /var/www/vhosts/mysite.com/httpdocs/generator/pages/class.utils.inc.php on line 102I read through posts related to the same error but could not get the solution. In most of the posts its mentioned as follows:
"Please try to increase memory_limit and max_execution_time settings in php configuration"
but in my case there is no option for me to increase the limit.
my site has more than 1.8 million pages which are dynamically created with depth of 2 or 3 and all are main pages.
I think by setting "use temporary files to store crawling progress" enabled would have minimized script memory usage. but after enabling it, script throws previous error.
following is the final break status:
Updated on 2015-04-26 06:59:19 (517 seconds ago) ,
Time elapsed: 2:33:51,
Pages crawled: 1398 (1396 added in sitemap),
Queued: 20581,
Depth level: 2
Current page: mysite-link/mysite-link/mysite-link/mysite-link/1985 (8.3)pls provide solution asap