Skip to content

Instantly share code, notes, and snippets.

@bossjones
Forked from carlos8f/gist:3557993
Created August 29, 2018 19:08
Show Gist options
  • Save bossjones/619cdb72cbd47ee9582fbf7b6279b248 to your computer and use it in GitHub Desktop.
Save bossjones/619cdb72cbd47ee9582fbf7b6279b248 to your computer and use it in GitHub Desktop.
how to raise file descriptor limits on mac os x
$ ulimit -n
2560
$ sudo su
$ echo "limit maxfiles 10000000 10000000" >> /etc/launchd.conf
(now restart mac os)
$ ulimit -n
10000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment