We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560fa44 commit 8a50bdfCopy full SHA for 8a50bdf
roles/elasticsearch/templates/jvm.options.j2
@@ -18,13 +18,8 @@
18
19
# Xms represents the initial size of total heap space
20
# Xmx represents the maximum size of total heap space
21
-{% if elasticsearch_heap is defined %}
22
--Xms{{ elasticsearch_heap }}
23
--Xmx{{ elasticsearch_heap }}
24
-{% else %}
25
--Xms2g
26
--Xmx2g
27
-{% endif %}
+-Xms{{ elasticsearch_heap }}g
+-Xmx{{ elasticsearch_heap }}g
28
29
{% if elasticstack_release is version('8', '>=') %}
30
################################################################
0 commit comments