Skip to content

Instantly share code, notes, and snippets.

@DataGreed
Created March 16, 2020 13:05
Show Gist options
  • Save DataGreed/f7e56fd80a37d087f8cd21a7e51e34a9 to your computer and use it in GitHub Desktop.
Save DataGreed/f7e56fd80a37d087f8cd21a7e51e34a9 to your computer and use it in GitHub Desktop.
file descriptors MacOS
# per terminal session
# check
ulimit -a
# set, e.g. 4096
ulimit -n 4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment