Browse Source

[DOCS] Note heap size must be set to same min and max (#64090) (#64474)

Co-authored-by: C.J. Jameson <cjcjameson@users.noreply.github.com>
James Rodewig 5 years ago
parent
commit
0ec79adfb6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/reference/setup/important-settings/heap-size.asciidoc

+ 1 - 2
docs/reference/setup/important-settings/heap-size.asciidoc

@@ -8,8 +8,7 @@ to ensure that {es} has enough heap available.
 
 
 {es} will assign the entire heap specified in
 {es} will assign the entire heap specified in
 <<jvm-options,jvm.options>> via the `Xms` (minimum heap size) and `Xmx` (maximum
 <<jvm-options,jvm.options>> via the `Xms` (minimum heap size) and `Xmx` (maximum
-heap size) settings. You should set these two settings to equal each
-other.
+heap size) settings. These two settings must be equal to each other.
 
 
 The value for these settings 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: