OpenSearch/docs/reference/setup/sysconfig
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
..
configuring.asciidoc Extend JVM options to support multiple versions 2017-12-06 18:03:13 -05:00
dns-cache.asciidoc Move DNS cache docs to system configuration docs 2017-11-29 19:57:26 -05:00
file-descriptors.asciidoc Document JVM option MaxFDLimit for macOS () 2017-10-05 14:56:15 -04:00
heap_size.asciidoc Setup: Change default heap to 1G (#25695) 2017-07-14 09:38:08 -07:00
swap.asciidoc Clarify disabling swap in docs 2017-05-12 16:09:52 -04:00
threads.asciidoc Fix max number of threads bootstrap docs 2017-11-28 22:19:04 -05:00
virtual-memory.asciidoc Remove another reference to 64-bit systems. 2017-07-31 09:56:06 +02:00