OpenSearch/docs/reference/setup/sysconfig
Jason Tedor 540413b24a Also skip JAVA_TOOL_OPTIONS on Windows
On non-Windows platforms, we ignore the environment variable
JAVA_TOOL_OPTIONS (this is an environment variable that the JVM respects
by default for picking up extra JVM options). The primary reason that we
ignore this because of the Jayatana agent on Ubuntu; a secondary reason
is that it produces an annoying "Picked up JAVA_TOOL_OPTIONS: ..."
output message. When the elasticsearch-env batch script was introduced
for Windows, ignoring this environment variable was deliberately not
carried over as the primary reason does not apply on Windows. However,
after additional thinking, it seems that we should simply be consistent
to the extent possible here (and also avoid that annoying "Picked up
JAVA_TOOL_OPTIONS: ..." on Windows too). This commit causes the Windows
version of elasticsearch-env to also ignore JAVA_TOOL_OPTIONS.

Relates #25968
2017-07-31 21:27:42 +09:00
..
configuring.asciidoc Also skip JAVA_TOOL_OPTIONS on Windows 2017-07-31 21:27:42 +09:00
file-descriptors.asciidoc Reword note about windows and FDs 2016-10-10 08:47:25 -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 typos in threads docs 2016-12-07 08:22:49 -05:00
virtual-memory.asciidoc Remove another reference to 64-bit systems. 2017-07-31 09:56:06 +02:00