ansible-role-elasticsearch/templates/override.conf.j2

7 lines
157 B
Text
Raw Normal View History

[Service]
{% if m_lock_enabled %}
LimitMEMLOCK = infinity
{% endif %}
{% if es_max_open_files is defined %}
LimitNOFILE = {{ es_max_open_files }}
{% endif %}