We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000
Way1: "$ ulimit -n 1024 && mongod" (permanent) Way2: "$ launchctl limit maxfiles 1024 1024" (permanent: adding "launchctl limit maxfiles 1024 1024" to file '/etc/launchd.conf')
Reference: https://tech.enekochan.com/en/2013/12/08/warning-soft-rlimits-too-low-in-mongodb-with-mac-os-x/