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 1385415 commit b353c19Copy full SHA for b353c19
cars/v1/vanilla/templates/config/jvm.options
@@ -64,6 +64,9 @@
64
# result in less optimal vector performance
65
20-:--add-modules=jdk.incubator.vector
66
67
+# Lucene 10 testing: apply MADV_NORMAL advice to enable more aggressive readahead
68
+-Dorg.apache.lucene.store.defaultReadAdvice=normal
69
+
70
## heap dumps
71
72
# generate a heap dump when an allocation from the Java heap fails
0 commit comments