Merge pull request #611 from justincormack/varnish-the-limits

Increase default memlock ulimit
This commit is contained in:
Justin Cormack 2016-10-14 11:34:04 +01:00 committed by GitHub
commit 2cb98db2a5

View File

@ -107,6 +107,8 @@ start()
# set ulimits as high as possible
ulimit -n 1048576
ulimit -p unlimited
# set locked memory higher for varnish
ulimit -l 82000
DOCKER_LOGFILE="/var/log/docker.log"