Author: orbiter
Date: 2008-02-04 16:51:51 +0100 (Mon, 04 Feb 2008)
New Revision: 4442
Modified:
trunk/source/de/anomic/kelondro/kelondroCollectionIndex.java
Log:
there is less RAM needed for eco table (its just a security-plus for RAM check)
Modified: trunk/source/de/anomic/kelondro/kelondroCollectionIndex.java
===================================================================
--- trunk/source/de/anomic/kelondro/kelondroCollectionIndex.java
2008-02-04 10:33:45 UTC (rev 4441)
+++ trunk/source/de/anomic/kelondro/kelondroCollectionIndex.java
2008-02-04 15:51:51 UTC (rev 4442)
@@ -54,7 +54,7 @@
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;
_______________________________________________
YaCy-svn mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/yacy-svn