Skip to content

Instantly share code, notes, and snippets.

@stephanbogner
Created October 18, 2017 18:53
Show Gist options
  • Select an option

  • Save stephanbogner/5e005aed1db59e45b32b7a6b6966bdcd to your computer and use it in GitHub Desktop.

Select an option

Save stephanbogner/5e005aed1db59e45b32b7a6b6966bdcd to your computer and use it in GitHub Desktop.
Launch mongod with more possible open files
sudo launchctl limit maxfiles 16384 16384 && ulimit -n 16384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment