remove the lower file limit as we have lots of hosts and services needing open files

This commit is contained in:
Stephen Smoogen 2019-03-05 13:59:56 +00:00
parent 860d62d76a
commit f6fc04578b

View file

@ -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' %}