Bumped ulimit because npm
This commit is contained in:
parent
60b25f7140
commit
26968f9d4e
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue