library/roles/ELK/elasticsearch/templates/jvm.options.j2: A new default option is needed for elasticsearch 5.2.
This commit is contained in:
parent
a46a338bf8
commit
939c71d2f5
|
@ -62,6 +62,8 @@
|
||||||
# flag to explicitly tell Netty to not use unsafe
|
# flag to explicitly tell Netty to not use unsafe
|
||||||
-Dio.netty.noUnsafe=true
|
-Dio.netty.noUnsafe=true
|
||||||
|
|
||||||
|
-Dlog4j2.disable.jmx=true
|
||||||
|
|
||||||
## heap dumps
|
## heap dumps
|
||||||
|
|
||||||
# generate a heap dump when an allocation from the Java heap fails
|
# generate a heap dump when an allocation from the Java heap fails
|
||||||
|
|
Loading…
Reference in New Issue