Created
May 20, 2014 14:59
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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