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
pull/1/head
orbiter 19 years ago
parent 0621106ef3
commit 4fa3271754

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

Loading…
Cancel
Save