wait for startup added

This commit is contained in:
Dale McDiarmid 2017-01-17 12:00:49 +00:00
parent 2c6d812bd5
commit b6b9d19082
7 changed files with 16 additions and 5 deletions

View file

@ -59,8 +59,8 @@ MAX_OPEN_FILES={{es_max_open_files}}
# in elasticsearch.yml (ES_HEAP_SIZE must also be set).
# When using Systemd, the LimitMEMLOCK property must be set
# in /usr/lib/systemd/system/elasticsearch.service
{% if m_lock_enabled %}
#MAX_LOCKED_MEMORY=
{% if m_lock_enabled %}
MAX_LOCKED_MEMORY=unlimited
{% endif %}