removed default memory reservation for testing

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2247 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 6e9efca5f5
commit e40987ecab

@ -415,7 +415,7 @@ public class kelondroRecords {
this.cacheHeaders = null;
} else {
this.cacheSize = (int) (buffersize / cacheNodeChunkSize());
this.cacheHeaders = new kelondroIntBytesMap(this.headchunksize, this.cacheSize / 4);
this.cacheHeaders = new kelondroIntBytesMap(this.headchunksize, 0);
this.cacheHeaders.setOrdering(kelondroNaturalOrder.naturalOrder, 0);
}
this.readHit = 0;

Loading…
Cancel
Save