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 7dafac9 commit 8835728Copy full SHA for 8835728
distribution/src/config/jvm.options
@@ -62,6 +62,9 @@
62
23:-XX:CompileCommand=dontinline,java/lang/invoke/MethodHandle.setAsTypeCache
63
23:-XX:CompileCommand=dontinline,java/lang/invoke/MethodHandle.asTypeUncached
64
65
+# Lucene 10: apply MADV_NORMAL advice to enable more aggressive readahead
66
+-Dorg.apache.lucene.store.defaultReadAdvice=normal
67
+
68
## heap dumps
69
70
# generate a heap dump when an allocation from the Java heap fails; heap dumps
0 commit comments