OpenSearch/docs/reference/setup
Jason Tedor 6c7374804f
Extend JVM options to support multiple versions
JDK 9 has removed JVM options that were valid in JDK 8 (e.g., GC logging
flags) and replaced them with new flags that are not available in JDK
8. This means that a single JVM options file can no longer apply to JDK
8 and JDK 9, complicating development, complicating our packaging story,
and complicating operations. This commit extends the JVM options syntax
to specify the range of versions the option applies to. If the running
JVM matches the range of versions, the flag will be used to start the
JVM otherwise the flag will be ignored.

We implement this parser in Java for simplicity, and with this we start
our first step towards a Java launcher.

Relates #27675
2017-12-06 18:03:13 -05:00
..
install Update docs regarding SHA-512 checksums 2017-11-29 21:29:06 -05:00
sysconfig Extend JVM options to support multiple versions 2017-12-06 18:03:13 -05:00
bootstrap-checks.asciidoc [Docs] Grammatical fix in bootstrap-checks.asciidoc (#27655) 2017-12-05 11:46:19 +01:00
configuration.asciidoc Remove config prompting for secrets and text (#27216) 2017-11-19 22:33:17 -06:00
important-settings.asciidoc Enable GC logs by default 2017-12-03 08:33:21 -05:00
install.asciidoc [DOCS] Fixed link to docker content 2017-11-10 12:10:28 -08:00
logging-config.asciidoc [TEST] Fixes docs tests 2017-08-24 10:45:53 +01:00
secure-settings.asciidoc Add note to keystore docks on requirement for restart to take effect (#27488) 2017-11-30 14:23:40 -08:00
stopping.asciidoc [DOC] Remove obsolete node names from documentation 2016-09-19 11:56:28 +02:00
sysconfig.asciidoc Move DNS cache docs to system configuration docs 2017-11-29 19:57:26 -05:00