Bumped ulimit because npm

This commit is contained in:
Josh Sherman 2015-11-24 15:02:46 -05:00
parent 60b25f7140
commit 26968f9d4e
2 changed files with 5 additions and 3 deletions

@ -1 +1 @@
Subproject commit c99a7a7d2423f5f65d1920d5a142405eb47d66f1
Subproject commit 66e27b5b8cc86c401710b67cfdf7b76cb6343746

View file

@ -52,8 +52,6 @@ export GREP_OPTIONS="--color=auto --exclude-dir=.git --exclude-dir=artwork --exc
# I dunno about all of this either
export PATH=~/.dotfiles/bin:/usr/local/bin:/usr/local/sbin:./node_modules/bower/bin:./node_modules/grunt-cli/bin:$PATH
# source $(brew --prefix nvm)/nvm.sh
# May not need this now, moved it to mux
export NODE_ENV=development
@ -66,3 +64,7 @@ source $(brew --prefix nvm)/nvm.sh
# This is only for the server, maybe add it to the above OS conditional
# export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
# Because `npm` shit the bed on me...
ulimit -n 4096