Skip to content

Instantly share code, notes, and snippets.

@ehlertij
Created November 28, 2012 22:33
Show Gist options
  • Save ehlertij/4165212 to your computer and use it in GitHub Desktop.
Save ehlertij/4165212 to your computer and use it in GitHub Desktop.
Faster Ruby
# Add this to the end of your ~/.rvmrc file
export RUBY_GC_MALLOC_LIMIT=60000000
export RUBY_FREE_MIN=200000
# for faster ruby run these commands!
$ rvm get head
$ rvm list
rvm rubies
ruby-1.9.2-p290 [ x86_64 ]
=> ruby-1.9.3-p125 [ x86_64 ]
* ruby-1.9.3-p194 [ x86_64 ]
ruby-1.9.3-p327-turbo [ x86_64 ]
# => - current
# =* - current && default
# * - default
$ rvm reinstall ruby-1.9.3-p125 --patch falcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment