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 b353c19 commit 0960480Copy full SHA for 0960480
cars/v1/vanilla/templates/config/jvm.options
@@ -64,6 +64,10 @@
64
# result in less optimal vector performance
65
20-:--add-modules=jdk.incubator.vector
66
67
+# Required to workaround performance issue in JDK 23, https://github.com/elastic/elasticsearch/issues/113030
68
+23:-XX:CompileCommand=dontinline,java/lang/invoke/MethodHandle.setAsTypeCache
69
+23:-XX:CompileCommand=dontinline,java/lang/invoke/MethodHandle.asTypeUncached
70
+
71
# Lucene 10 testing: apply MADV_NORMAL advice to enable more aggressive readahead
72
-Dorg.apache.lucene.store.defaultReadAdvice=normal
73
0 commit comments