diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2015-08-19 09:31:20 -0400 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2015-08-19 10:44:51 -0400 |
commit | f7675b0a306764d8a435a623b4af0b5bd63180d4 (patch) | |
tree | f9a6d0fde5c0074bfacea89f9f4e52c93ad7093d /debian | |
parent | a10b0f53577f7f71159de28234d752c8da4d4410 (diff) | |
download | mongo-f7675b0a306764d8a435a623b4af0b5bd63180d4.tar.gz |
SERVER-19509 Update Upstart nproc ulimit to match recommendations
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongod.upstart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongod.upstart b/debian/mongod.upstart index 84b599e8609..ab04ca114a5 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. |