increased resource.disk.used.max.steadystate and

resource.disk.used.max.overshot by 4 times because first users reached
that limit and wondered why the crawler was paused automatically :)

The crawler will now stop at 2TB disk usage :)
This commit is contained in:
Michael Peter Christen 2014-04-17 16:19:38 +02:00
parent 10cf8215bd
commit 7a2f3e2353

View File

@ -1072,10 +1072,10 @@ resource.disk.free.min.steadystate=4096
resource.disk.free.min.undershot=2048 resource.disk.free.min.undershot=2048
# the target steady-state of maximum disk space for YaCy (MB) # the target steady-state of maximum disk space for YaCy (MB)
resource.disk.used.max.steadystate=524288 resource.disk.used.max.steadystate=2097152
# the overshot above the steady-state of disk space for YaCy (absolute) (MB) # the overshot above the steady-state of disk space for YaCy (absolute) (MB)
resource.disk.used.max.overshot=1048576 resource.disk.used.max.overshot=4194304
# minimum memory to accept dht-in (MiB) # minimum memory to accept dht-in (MiB)
memory.acceptDHTabove = 50 memory.acceptDHTabove = 50