# ANSIBLE MANAGED FILE: Sets the JVM heap size for Elasticsearch. # Set initial and maximum heap size to the same value to avoid # pauses due to heap resizing at runtime. -Xms{{ es_heap_size }} -Xmx{{ es_heap_size }}