puppet-standalone-mashup/shared/additional-modules/varnish/templates/debian/init-d-prerun

9 lines
226 B
Plaintext
Raw Normal View History

2012-05-14 13:15:05 +00:00
# Open files (usually 1024, which is way too small for varnish)
ulimit -n ${NFILES:-131072}
# Maxiumum locked memory size for shared memory log
ulimit -l ${MEMLOCK:-82000}
2012-05-14 15:07:28 +00:00
USER=<%= varnish_user %>
GROUP=<%= varnish_group %>