summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2015-08-19 09:31:20 -0400
committerRamon Fernandez <ramon.fernandez@mongodb.com>2015-09-21 17:42:14 -0400
commit4f0808152055a7be0d1247cf4ef0cc8d863fcb2a (patch)
tree55176dfafff423f9b043f7d26e44889404e8b463
parentacba4587845dd5a42af93a63addcc05d89d227fc (diff)
downloadmongo-4f0808152055a7be0d1247cf4ef0cc8d863fcb2a.tar.gz
SERVER-19509 Update Upstart nproc ulimit to match recommendations
(cherry picked from commit f7675b0a306764d8a435a623b4af0b5bd63180d4)
-rw-r--r--debian/mongod.upstart2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongod.upstart b/debian/mongod.upstart
index b76746123ca..6640feb3f8b 100644
--- a/debian/mongod.upstart
+++ b/debian/mongod.upstart
@@ -8,7 +8,7 @@ limit cpu unlimited unlimited
limit as unlimited unlimited
limit nofile 64000 64000
limit rss unlimited unlimited
-limit nproc 32000 32000
+limit nproc 64000 64000
kill timeout 300 # wait 300s between SIGTERM and SIGKILL.