ansible-role-kojid/templates/00-limit.conf.js

8 lines
216 B
JavaScript

#<domain> <type> <item> <value>
{% if kojid_ulimits_conf %}
kojibuilder soft nofile {{ kojid_ulimits_nofiles }}
kojibuilder hard nofile {{ kojid_ulimits_nofiles }}
{% else %}
* - nofile 4096
{% endif %}