Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Closed
Changes from 1 commit
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
Next Next commit
(#628) Added io.netty.allocator.numDirectArenas=0 flag to overcome RA…
…M issues on ES >= 7.4.0
  • Loading branch information
andrx committed Nov 14, 2019
commit ff203ae4f0ac5daea9524fbf98d9a2ad06434e43
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