mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
d94f0a4792
commit
885b436acf
1 changed files with 4 additions and 3 deletions
|
@ -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+]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue