summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Robinson <mathew.robinson@10gen.com>2017-09-26 16:29:21 -0400
committerMathew Robinson <chasinglogic@gmail.com>2018-01-18 14:25:50 -0500
commit31f8c35de2960f5413eb1e866d7f655429b33e20 (patch)
tree88e6bbe228f4495e5b12a135bd593cc560602ae6
parent86aba0040289f967f16851eeb5638a3c275a9165 (diff)
downloadmongo-31f8c35de2960f5413eb1e866d7f655429b33e20.tar.gz
SERVER-30853 Add missing hard limit to memlock
(cherry picked from commit 65c82b5017d37aeef9fb0075543424873f1197ad)
-rw-r--r--debian/mongod.upstart2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongod.upstart b/debian/mongod.upstart
index 2ef9b98aaa9..eacfc6d512f 100644
--- a/debian/mongod.upstart
+++ b/debian/mongod.upstart
@@ -9,7 +9,7 @@ limit as unlimited unlimited
limit nofile 64000 64000
limit rss unlimited unlimited
limit nproc 64000 64000
-limit memlock unlimited
+limit memlock unlimited unlimited
kill timeout 300 # wait 300s between SIGTERM and SIGKILL.