Equal default min and max heap settings
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 elastic#16334