commit
This commit is contained in:
5
templates/jvm.options.j2
Normal file
5
templates/jvm.options.j2
Normal 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 }}
|
||||
Reference in New Issue
Block a user