diff --git a/docs/reference/commands/cli-jvm-options.asciidoc b/docs/reference/commands/cli-jvm-options.asciidoc index 74af2c81d8d4..546884f428c1 100644 --- a/docs/reference/commands/cli-jvm-options.asciidoc +++ b/docs/reference/commands/cli-jvm-options.asciidoc @@ -2,9 +2,10 @@ [float] ==== JVM options -CLI tools run with 64MB of heap. For most tools, this value is fine. However, if needed -this can be overriden by setting the CLI_JAVA_OPTS environment variable. For example, -the following increases the heap size used by the `pass:a[{tool-name}]` tool to 1GB. +CLI tools run with 64MB of heap. For most tools, this value is fine. However, if +needed this can be overriden by setting the `CLI_JAVA_OPTS` environment variable. +For example, the following increases the heap size used by the +`pass:a[elasticsearch-{tool-name}]` tool to 1GB. [source,shell,subs=attributes+] --------------------------------------------------