Minor cluster coordination docs fixes (#42111)
Fixes a typo and a badly-formatted warning.
This commit is contained in:
parent
a8aa818e00
commit
15fd233ae3
|
@ -39,7 +39,7 @@ Discovery and cluster formation are also affected by the following
|
||||||
_expert-level_ settings, although it is not recommended to change any of these
|
_expert-level_ settings, although it is not recommended to change any of these
|
||||||
from their default values.
|
from their default values.
|
||||||
|
|
||||||
[WARNING] If you adjust these settings then your cluster may not form correctly
|
WARNING: If you adjust these settings then your cluster may not form correctly
|
||||||
or may become unstable or intolerant of certain failures.
|
or may become unstable or intolerant of certain failures.
|
||||||
|
|
||||||
`discovery.cluster_formation_warning_timeout`::
|
`discovery.cluster_formation_warning_timeout`::
|
||||||
|
|
|
@ -10,7 +10,7 @@ Elasticsearch will assign the entire heap specified in
|
||||||
heap size) settings. You should set these two settings to be equal to each
|
heap size) settings. You should set these two settings to be equal to each
|
||||||
other.
|
other.
|
||||||
|
|
||||||
The value for these setting depends on the amount of RAM available on your
|
The value for these settings depends on the amount of RAM available on your
|
||||||
server:
|
server:
|
||||||
|
|
||||||
* Set `Xmx` and `Xms` to no more than 50% of your physical RAM. {es} requires
|
* Set `Xmx` and `Xms` to no more than 50% of your physical RAM. {es} requires
|
||||||
|
|
Loading…
Reference in New Issue