Update jvm options with default values for 7.6.0 (#691)

* update jvm options with default values for 7.6.0
* allow overriding heap dump path
This commit is contained in:
Julien Mailleret 2020-05-06 20:51:51 +02:00 committed by GitHub
parent 744e65c7a5
commit b32481a2d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 2 deletions

View file

@ -49,6 +49,7 @@ es_debian_startup_timeout: 10
# JVM custom parameters
es_java_home: ''
es_jvm_custom_parameters: ''
es_heap_dump_path: "/var/lib/elasticsearch"
# SSL/TLS parameters
es_enable_auto_ssl_configuration: true