Skip to content

Commit

Permalink
adopted memory calculation to new memory amount used by kelondroColle…
Browse files Browse the repository at this point in the history
…ctionObjectMap

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2215 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Jun 18, 2006
1 parent 0621106 commit 4fa3271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/kelondro/kelondroRecords.java
Expand Up @@ -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
Expand Down

0 comments on commit 4fa3271

Please sign in to comment.