mongodb: raise resource limits
Closes Homebrew/homebrew#17523. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3449d09d6d
commit
a52bced925
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue