remove the lower file limit as we have lots of hosts and services needing open files
This commit is contained in:
parent
860d62d76a
commit
f6fc04578b
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ LimitAS={{ (fedmsg_hub_memory_limit_mb|int + (ansible_memory_mb.swap.total / 2))
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
LimitNOFILE=16384
|
||||
|
||||
{% if fedmsg_hub_auto_restart %}
|
||||
Restart=on-failure
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue