From 12dd8ece3e54fdc2a5a6e87a884a69d0fa2318e3 Mon Sep 17 00:00:00 2001 From: lotus Date: Fri, 13 Nov 2009 16:26:45 +0000 Subject: [PATCH] enabled memory protection from 6459 with 50000kb (disables dht-in) this should only apply if there is really little memory available because it is checked by threads explictly requesting memory git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6479 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index d77b814f2..b8373d8c2 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -900,7 +900,7 @@ disk.free = 3000 disk.free.hardlimit = 1000 # minimum memory to accept dht-in (KB) -#memory.acceptDHT = 10000 +memory.acceptDHT = 50000 # setting if execution of CGI files is allowed or not cgi.allow = false