From 2de10c2f76fafc184d3ddee7475f71b6c6a7e257 Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Sat, 2 Feb 2013 02:13:34 -0500 Subject: mongodb: raise resource limits Closes #17523. Signed-off-by: Adam Vandenberg --- Library/Formula/mongodb.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Library') diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 30214140b..f82e1e8c0 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -94,6 +94,16 @@ class Mongodb < Formula #{var}/log/mongodb/output.log StandardOutPath #{var}/log/mongodb/output.log + HardResourceLimits + + NumberOfFiles + 1024 + + SoftResourceLimits + + NumberOfFiles + 1024 + EOS -- cgit v1.2.3