mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -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]
|
||||
==== 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+]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue