Skip to content

Commit b353c19

Browse files
authored
Apply MADV_NORMAL for Lucene 10 testing (#89)
1 parent 1385415 commit b353c19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cars/v1/vanilla/templates/config/jvm.options

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
# result in less optimal vector performance
6565
20-:--add-modules=jdk.incubator.vector
6666

67+
# Lucene 10 testing: apply MADV_NORMAL advice to enable more aggressive readahead
68+
-Dorg.apache.lucene.store.defaultReadAdvice=normal
69+
6770
## heap dumps
6871

6972
# generate a heap dump when an allocation from the Java heap fails

0 commit comments

Comments
 (0)