Skip to content

Instantly share code, notes, and snippets.

@meineerde
Created May 20, 2014 14:59
Show Gist options
  • Save meineerde/1dfb1b38e87e4be35a6a to your computer and use it in GitHub Desktop.
Save meineerde/1dfb1b38e87e4be35a6a to your computer and use it in GitHub Desktop.
When running OSX Mavericks, put this file into /etc/launchd.conf to have more reasonable ulimits. The file doesn't exist by default.
# Set more reasonable ulimits
limit maxfiles 16384 32768
limit maxproc 512 1024
# Add /usr/local/bin to the global PATH used by all applications
# Be careful as this can affect the whole system when you install incompatible software here
setenv PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment