Skip to content

Commit

Permalink
Merge pull request moby#4749 from cpuguy83/add_nofile_noproc_settings…
Browse files Browse the repository at this point in the history
…_to_upstart

Add upstart nofile/noproc similar to systemd init
  • Loading branch information
tianon committed Mar 18, 2014
2 parents 06d87fd + e27c635 commit 119839d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/init/upstart/docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ description "Docker daemon"

start on filesystem
stop on runlevel [!2345]
limit nofile 524288 1048576
limit nproc 524288 1048576

respawn

Expand Down

0 comments on commit 119839d

Please sign in to comment.