Skip to content

Commit

Permalink
Remove Big app GC tuning Ruby env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
edsinclair committed Feb 20, 2014
1 parent 8418b20 commit 1a58ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .zshenv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Big app GC tuning
export RUBY_HEAP_MIN_SLOTS=1000000
export RUBY_HEAP_SLOTS_INCREMENT=1000000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export RUBY_GC_MALLOC_LIMIT=1000000000
export RUBY_HEAP_FREE_MIN=500000
#export RUBY_GC_HEAP_INIT_SLOTS=1000000
#export RUBY_HEAP_SLOTS_INCREMENT=1000000
#export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
#export RUBY_GC_MALLOC_LIMIT=1000000000
#export RUBY_HEAP_FREE_MIN=500000
1 change: 0 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ plugins=(brew bundler cap gem git github osx rails3 redis-cli ruby terminalapp)
# setup chruby and default to 2.0.0
source /usr/local/opt/chruby/share/chruby/chruby.sh
source /usr/local/share/chruby/auto.sh
chruby 2.0.0

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit 1a58ebe

Please sign in to comment.