Skip to content

Commit

Permalink
Increase JRuby heap size to 2G by default
Browse files Browse the repository at this point in the history
  • Loading branch information
liveh2o committed Sep 28, 2016
1 parent 0d2040b commit ac07958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/config
Expand Up @@ -8,6 +8,7 @@ export EDITOR=vim
export FIREBOLT_SKIP_WARMING="1"
export GITHUB_ENTERPRISE="git.moneydesktop.com"
export GIT_PS1_SHOWDIRTYSTATE="1"
export JRUBY_OPTS="-J-Xmx2048m"
export PROJECT_PATH=$HOME/Code
export SSL_CERT_FILE="/usr/local/etc/openssl/cert.pem"

Expand Down

0 comments on commit ac07958

Please sign in to comment.