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 b6855b3 commit cc21fbaCopy full SHA for cc21fba
cars/v1/vanilla/templates/config/jvm.options
@@ -71,6 +71,11 @@
71
# Lucene 10 testing: apply MADV_NORMAL advice to enable more aggressive readahead
72
-Dorg.apache.lucene.store.defaultReadAdvice=normal
73
74
+# Lucene provides a mechanism for shared mmapped arenas to be referenced between multiple threads
75
+# this is to get around potential performance issues when closing shared arenas on many threads
76
+# default to 1 to disable this feature
77
+-Dorg.apache.lucene.store.MMapDirectory.sharedArenaMaxPermits=1
78
+
79
## heap dumps
80
81
# generate a heap dump when an allocation from the Java heap fails
0 commit comments