ansible-role-elasticsearch/templates/override.conf.j2
2020-05-27 14:56:03 +02:00

7 lines
No EOL
157 B
Django/Jinja

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