mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Today we encourage users to set their minimum and maximum heap settings equal to each other to prevent the heap from resizing. Yet, the default heap settings do not start Elasticsearch in this fashion. This commit addresses this discrepancy by setting the default min heap to '512m' and the default max heap to the default min heap. Relates #16334