This commit is contained in:
2025-09-02 18:19:14 +02:00
parent c3b393694f
commit 61f680dc97
4 changed files with 282 additions and 0 deletions

5
templates/jvm.options.j2 Normal file
View File

@ -0,0 +1,5 @@
# 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 }}