Skip to content

Commit

Permalink
change of memory-allocation blocking value for GC prevention
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@740 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Sep 17, 2005
1 parent 5543ea0 commit 900ab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/kelondro/kelondroRecords.java
Expand Up @@ -80,7 +80,7 @@ public class kelondroRecords {

// constants
private static final int NUL = Integer.MIN_VALUE; // the meta value for the kelondroRecords' NUL abstraction
public static final long memBlock = 500000; // do not fill cache further if the amount of available memory is less that this
public static final long memBlock = 5000000; // do not fill cache further if the amount of available memory is less that this
public static final long memKcolb = 10000000; // if the amount of available memory is greater than this, do not use cache size to block, simply use memory

// caching flags
Expand Down

0 comments on commit 900ab97

Please sign in to comment.