Add elasticsearch- prefix to CLI tool docs (#101626)

The tools are called `elasticsearch-shard` and `elasticsearch-node` and
so on, but in the docs about their JVM options the `elasticsearch-`
prefix is omitted. This commit fixes that.
This commit is contained in:
David Turner 2023-10-31 17:27:03 +00:00 committed by GitHub
parent d94f0a4792
commit 885b436acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,10 @@
[float] [float]
==== JVM options ==== JVM options
CLI tools run with 64MB of heap. For most tools, this value is fine. However, if needed CLI tools run with 64MB of heap. For most tools, this value is fine. However, if
this can be overriden by setting the CLI_JAVA_OPTS environment variable. For example, needed this can be overriden by setting the `CLI_JAVA_OPTS` environment variable.
the following increases the heap size used by the `pass:a[{tool-name}]` tool to 1GB. For example, the following increases the heap size used by the
`pass:a[elasticsearch-{tool-name}]` tool to 1GB.
[source,shell,subs=attributes+] [source,shell,subs=attributes+]
-------------------------------------------------- --------------------------------------------------