Sfoglia il codice sorgente

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 anni fa
parent
commit
e27c635c06
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 start on filesystem
 stop on runlevel [!2345]
 stop on runlevel [!2345]
+limit nofile 524288 1048576
+limit nproc 524288 1048576
 
 
 respawn
 respawn