From 141db7ba48d2af7b4a70fdebee7ea019a2a3ef49 Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 4 Feb 2008 15:51:51 +0000 Subject: [PATCH] there is less RAM needed for eco table (its just a security-plus for RAM check) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4442 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/kelondro/kelondroCollectionIndex.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/kelondro/kelondroCollectionIndex.java b/source/de/anomic/kelondro/kelondroCollectionIndex.java index 1752e5481..a9a23d09d 100644 --- a/source/de/anomic/kelondro/kelondroCollectionIndex.java +++ b/source/de/anomic/kelondro/kelondroCollectionIndex.java @@ -54,7 +54,7 @@ import de.anomic.yacy.yacyURL; public class kelondroCollectionIndex { private static final int serialNumber = 0; - private static final long minimumRAM4Eco = 200 * 1024 * 1024; + private static final long minimumRAM4Eco = 20 * 1024 * 1024; private static final int EcoFSBufferSize = 1000; private kelondroIndex index;