mongodb: raise resource limits

Closes Homebrew/homebrew#17523.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Tyler Brock 2013-02-02 02:13:34 -05:00 committed by Adam Vandenberg
parent 3449d09d6d
commit a52bced925
1 changed files with 10 additions and 0 deletions

View File

@ -94,6 +94,16 @@ class Mongodb < Formula
<string>#{var}/log/mongodb/output.log</string>
<key>StandardOutPath</key>
<string>#{var}/log/mongodb/output.log</string>
<key>HardResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>1024</integer>
</dict>
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>1024</integer>
</dict>
</dict>
</plist>
EOS