Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions templates/jvm.options.j2
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
-Dio.netty.noUnsafe=true
-Dio.netty.noKeySetOptimization=true
-Dio.netty.recycler.maxCapacityPerThread=0
{% if es_version | version_compare('7.4.0', '>=') %}
-Dio.netty.allocator.numDirectArenas=0
{% endif %}

# log4j 2
-Dlog4j.shutdownHookEnabled=false
Expand Down