Disable the Netty recycler

https://github.com/elastic/elasticsearch/pull/22452
This commit is contained in:
cinience 2017-03-25 12:34:05 +08:00 committed by GitHub
parent fce5eac4ce
commit 454bce4353

View file

@ -70,6 +70,7 @@
# flags to keep Netty from being unsafe
-Dio.netty.noUnsafe=true
-Dio.netty.noKeySetOptimization=true
-Dio.netty.recycler.maxCapacityPerThread=0
# log4j 2
-Dlog4j.shutdownHookEnabled=false