Skip to content

Instantly share code, notes, and snippets.

@hendra
Forked from carlos8f/gist:3557993
Created August 8, 2018 18:43
Show Gist options
  • Save hendra/9490915377f3523a08c0a88493b636d9 to your computer and use it in GitHub Desktop.
Save hendra/9490915377f3523a08c0a88493b636d9 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