Skip to content

Instantly share code, notes, and snippets.

@KylePDavis
Created August 25, 2014 14:10
Show Gist options
  • Save KylePDavis/b9e7d58ea276d44b1392 to your computer and use it in GitHub Desktop.
Save KylePDavis/b9e7d58ea276d44b1392 to your computer and use it in GitHub Desktop.
Mac OS X Power User ProTip: Increase OS Limits
# Increased file and proc limits for Mac OS X based on http://superuser.com/a/514049
limit maxfiles 8192 20480
limit maxproc 1000 2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment