Systemd updated
This commit is contained in:
parent
b2efa703da
commit
2c6d812bd5
1 changed files with 2 additions and 0 deletions
|
|
@ -38,7 +38,9 @@ StandardOutput=journal
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
||||||
# Specifies the maximum file descriptor number that can be opened by this process
|
# Specifies the maximum file descriptor number that can be opened by this process
|
||||||
|
{% if es_max_open_files is defined %}
|
||||||
LimitNOFILE={{es_max_open_files}}
|
LimitNOFILE={{es_max_open_files}}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Specifies the maximum number of bytes of memory that may be locked into RAM
|
# Specifies the maximum number of bytes of memory that may be locked into RAM
|
||||||
# Set to "infinity" if you use the 'bootstrap.memory_lock: true' option
|
# Set to "infinity" if you use the 'bootstrap.memory_lock: true' option
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue