From 46c353757931330296c4f88c67d8b31a1b5d65c6 Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Wed, 19 Aug 2015 09:31:20 -0400 Subject: SERVER-19509 Update Upstart nproc ulimit to match recommendations (cherry picked from commit f7675b0a306764d8a435a623b4af0b5bd63180d4) --- debian/mongod.upstart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/mongod.upstart b/debian/mongod.upstart index bc3bd2b87a4..c260994eeab 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. -- cgit v1.2.1