Files
ansible/templates/jvm.options.j2
2025-09-02 18:19:14 +02:00

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 }}