Tuesday, May 19, 2015

** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000

Running mongodb in Mac OS 10.10.3 can give that warning. If this warning is ignored, it will lead to problems. In the same terminal,run :
$ulimit -n 1024

$ mongod --config /usr/local/etc/mongod.conf