Skip to content

Commit

Permalink
Minor cluster coordination docs fixes (#42111)
Browse files Browse the repository at this point in the history
Fixes a typo and a badly-formatted warning.
  • Loading branch information
DaveCTurner committed May 15, 2019
1 parent eb8f171 commit 14020c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

`discovery.cluster_formation_warning_timeout`::
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/important-settings/heap-size.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Elasticsearch will assign the entire heap specified in
<<jvm-options,jvm.options>> via the `Xms` (minimum heap size) and `Xmx` (maximum
heap size) settings.

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. Good rules of thumb are:

* Set the minimum heap size (`Xms`) and maximum heap size (`Xmx`) to be equal to
Expand Down

0 comments on commit 14020c5

Please sign in to comment.