From 4fa3271754c815da0377709f6c2534f2de865bc4 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 18 Jun 2006 12:16:56 +0000 Subject: [PATCH] adopted memory calculation to new memory amount used by kelondroCollectionObjectMap git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2215 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/kelondro/kelondroRecords.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/kelondro/kelondroRecords.java b/source/de/anomic/kelondro/kelondroRecords.java index 2b0eaf736..f8ecd4e35 100644 --- a/source/de/anomic/kelondro/kelondroRecords.java +++ b/source/de/anomic/kelondro/kelondroRecords.java @@ -85,7 +85,7 @@ public class kelondroRecords { public final static boolean useWriteBuffer = false; // memory calculation - private static final int element_in_cache = 52; + private static final int element_in_cache = 4; // for kelondroCollectionObjectMap: 4; for HashMap: 52 private static final int cache_control_entry = 96; // caching flags