mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Increase default memlock ulimit
Fix #610 Users can override, but the default is low. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
b76f5cb408
commit
3cead2d813
@ -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