mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Merge pull request #611 from justincormack/varnish-the-limits
Increase default memlock ulimit
This commit is contained in:
commit
2cb98db2a5
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user