elasticsearch/docs/reference/setup/important-settings
Jason Tedor 749b623de0
Introduce jvm.options.d for customizing JVM options (#51882)
This commit introduces the ability to override JVM options by adding
custom JVM options files to a jvm.options.d directory. This simplifies
administration of Elasticsearch by not requiring administrators to keep
the root jvm.options file in sync with changes that we make to the root
jvm.options file. Instead, they are not expected to modify this file but
instead supply their own in jvm.options.d. In Docker installations, this
means they can bind mount this directory in. In future versions of
Elasticsearch, we can consider removing the root jvm.options file
(instead, providing all options there as system JVM options).
2020-02-08 16:54:26 -05:00
..
cluster-name.asciidoc
discovery-settings.asciidoc More bootstrap docs tweaks (#47809) 2019-10-10 10:53:27 +02:00
error-file.asciidoc Add docs for bundled jdk (#40487) 2019-03-29 09:04:46 -04:00
es-tmpdir.asciidoc
gc-logging.asciidoc
heap-dump-path.asciidoc Add docs for bundled jdk (#40487) 2019-03-29 09:04:46 -04:00
heap-size.asciidoc Introduce jvm.options.d for customizing JVM options (#51882) 2020-02-08 16:54:26 -05:00
network-host.asciidoc
node-name.asciidoc
path-settings.asciidoc