Add upstart nofile/noproc similar to systemd init
Docker-DCO-1.1-Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83) Upstream-commit: e27c635c06dcad61ce7185d95debef9ef7c9f7e0 Component: engine
This commit is contained in:
@@ -2,6 +2,8 @@ description "Docker daemon"
|
||||
|
||||
start on filesystem
|
||||
stop on runlevel [!2345]
|
||||
limit nofile 524288 1048576
|
||||
limit nproc 524288 1048576
|
||||
|
||||
respawn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user