puppet-standalone-mashup/shared/additional-modules/varnish/templates/debian/init_d_prerun
2012-06-12 17:00:41 -04:00

7 lines
174 B
Plaintext

# 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}