Skip to content

Instantly share code, notes, and snippets.

@jhsu
Forked from anonymous/.rvmrc
Created July 19, 2012 02:07
Show Gist options
  • Save jhsu/3140310 to your computer and use it in GitHub Desktop.
Save jhsu/3140310 to your computer and use it in GitHub Desktop.
Ruby for rails MRI 1.9.2+
# via http://www.reddit.com/r/ruby/comments/wgtqj/how_i_spend_my_time_building_rails_apps/c5daer4
export RUBY_HEAP_MIN_SLOTS=800000
export RUBY_HEAP_FREE_MIN=100000
export RUBY_HEAP_SLOTS_INCREMENT=300000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export RUBY_GC_MALLOC_LIMIT=79000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment