浏览代码

Add upstart nofile/noproc similar to systemd init
Docker-DCO-1.1-Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83)

Brian Goff 11 年之前
父节点
当前提交
e27c635c06
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      contrib/init/upstart/docker.conf

+ 2 - 0
contrib/init/upstart/docker.conf

@@ -2,6 +2,8 @@ description "Docker daemon"
 
 start on filesystem
 stop on runlevel [!2345]
+limit nofile 524288 1048576
+limit nproc 524288 1048576
 
 respawn