Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example fix: dynamic heap size is not recommend (#2553)
Elastic recommends setting the same value for xms and xmx. The example therefor might be confusing. See: https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html Elasticsearch will assign the entire heap specified in jvm.options via the Xms (minimum heap size) and Xmx (maximum heap size) settings. You should set these two settings to be equal to each other.
- Loading branch information