Merge pull request #4749 from cpuguy83/add_nofile_noproc_settings_to_upstart
Add upstart nofile/noproc similar to systemd init Upstream-commit: 119839dfd7b8b77eb22ccd45116f45a4bc17a1a6 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