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
This commit is contained in:
orbiter 2008-02-04 15:51:51 +00:00
parent 249d61759a
commit 141db7ba48

View File

@ -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;