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:15 -0500
commit678cb635ccb50b56b672749e818e76ed9abf6f97 (patch)
treede0d02e8af5211ca08c9c99fdd1a4a28e4a3b471
parent3994253fdecf0aed56121d818691453345ae85fc (diff)
downloadmongo-678cb635ccb50b56b672749e818e76ed9abf6f97.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.