소스 검색

Merge pull request #4749 from cpuguy83/add_nofile_noproc_settings_to_upstart

Add upstart nofile/noproc similar to systemd init
Tianon Gravi 11 년 전
부모
커밋
119839dfd7
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
 start on filesystem
 stop on runlevel [!2345]
 stop on runlevel [!2345]
+limit nofile 524288 1048576
+limit nproc 524288 1048576
 
 
 respawn
 respawn