We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f237e8 commit 90a9b6aCopy full SHA for 90a9b6a
src/main/perf/IndexGeoNames.java
@@ -73,7 +73,7 @@ public static void main(String[] args) throws Exception {
73
//iwc.setRAMBufferSizeMB(350);
74
iwc.setInfoStream(new PrintStreamInfoStream(System.out));
75
if (normal == false) {
76
- iwc.setRAMBufferSizeMB(1024);
+ iwc.setRAMBufferSizeMB(128);
77
iwc.setMergePolicy(NoMergePolicy.INSTANCE);
78
//iwc.setMergePolicy(NoMergePolicy.NO_COMPOUND_FILES);
79
} else {
0 commit comments