6 lines
217 B
Django/Jinja
6 lines
217 B
Django/Jinja
# 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 }}
|