From de8f7994ab6b4e64df88d0ccfaec7a97195a33fa Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 25 Feb 2014 14:17:33 +0100 Subject: [PATCH] as crawling has a low-cpu demand, we want it to run even if the CPU load is VERY high. This applies also if the CPU load is high because of in-cache crawling; in that case we want to experience a high-CPU load as much as possible --- defaults/yacy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index e073a959f..c9af37465 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -613,7 +613,7 @@ collection=user 50_localcrawl_idlesleep=2000 50_localcrawl_busysleep=10 50_localcrawl_memprereq=12582912 -50_localcrawl_loadprereq=8.0 +50_localcrawl_loadprereq=32.0 50_localcrawl_isPaused=false 60_remotecrawlloader_idlesleep=4000 60_remotecrawlloader_busysleep=800