mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
Update JVM document to fix issue 13561 (#14099)
Fix a contradictory statements about setting LS_JAVA_HOME with Logstash bundled with JDK. Fix #13561
This commit is contained in:
parent
2c7f14d25a
commit
379ebaf1bd
1 changed files with 5 additions and 2 deletions
7
docs/static/jvm.asciidoc
vendored
7
docs/static/jvm.asciidoc
vendored
|
@ -49,8 +49,11 @@ Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
|
|||
[[java-home]]
|
||||
==== `LS_JAVA_HOME`
|
||||
|
||||
{ls} uses the Java version set in `LS_JAVA_HOME`. The `LS_JAVA_HOME` environment
|
||||
variable must be set for {ls} to operate correctly.
|
||||
{ls} includes a bundled JDK which has been verified to work with each specific version
|
||||
of {ls}, and generally provides the best performance and reliability.
|
||||
If you need to use a JDK other than the bundled version, then set the `LS_JAVA_HOME`
|
||||
environment variable to the version you want to use.
|
||||
|
||||
|
||||
On some Linux systems, you may need to have the `LS_JAVA_HOME` environment
|
||||
exported before installing {ls}, particularly if you installed Java from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue