Created
April 3, 2013 08:14
-
-
Save sansmischevia/5299379 to your computer and use it in GitHub Desktop.
launchctl plist for mongodb. path: /Library/LaunchDaemons/org.mongodb.mongod.plist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>HardResourceLimits</key> | |
<dict> | |
<key>NumberOfFiles</key> | |
<integer>1024</integer> | |
</dict> | |
<key>SoftResourceLimits</key> | |
<dict> | |
<key>NumberOfFiles</key> | |
<integer>1024</integer> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment