summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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.