Created
December 5, 2012 11:15
-
-
Save semaperepelitsa/4214810 to your computer and use it in GitHub Desktop.
Some MRI Magic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
time rails runner "p" | |
time rake -T | |
time ruby -e"p" | |
# before: 3.3, 2.1, 0.10 | |
# after: 2.8, 2.0, 0.13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment