From 046d8678436f372f9ba2b77dc7c01d320f784fd8 Mon Sep 17 00:00:00 2001 From: Mike Bradshaw Date: Mon, 20 Apr 2015 15:11:59 -0500 Subject: [PATCH] mongodb: fix open file limits. Closes Homebrew/homebrew#38871. Signed-off-by: Mike McQuaid --- Formula/mongodb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/mongodb.rb b/Formula/mongodb.rb index 3816bc1050..a4d9dd5985 100644 --- a/Formula/mongodb.rb +++ b/Formula/mongodb.rb @@ -127,12 +127,12 @@ class Mongodb < Formula HardResourceLimits NumberOfFiles - 65536 + 4096 SoftResourceLimits NumberOfFiles - 65536 + 4096