summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMathew Robinson <mathew.robinson@10gen.com>2017-09-26 16:29:21 -0400
committerMathew Robinson <mathew.robinson@10gen.com>2017-09-29 08:01:20 -0400
commit65c82b5017d37aeef9fb0075543424873f1197ad (patch)
tree6f8534f7db9a328afa51355774eaa376d4dff5d1 /debian
parente3bb43cfa8ac0d04ba28ffd3b09a53785feabb31 (diff)
downloadmongo-65c82b5017d37aeef9fb0075543424873f1197ad.tar.gz
SERVER-30853 Add missing hard limit to memlock
Diffstat (limited to 'debian')
-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.