From 058e57ffb11acfa5432c73ac55807ec30ba35b50 Mon Sep 17 00:00:00 2001 From: Farooq Mela Date: Thu, 12 Mar 2015 14:52:13 -0700 Subject: mongodb: increase plist open files limit. Increase the hard and soft limit of the maximum number of open files to 65536. Closes #37655. Closes #37656. Signed-off-by: Mike McQuaid --- Library/Formula/mongodb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index c6e751fb6..1c001b74f 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -114,12 +114,12 @@ class Mongodb < Formula HardResourceLimits NumberOfFiles - 1024 + 65536 SoftResourceLimits NumberOfFiles - 1024 + 65536 -- cgit v1.2.3