Created
March 18, 2011 13:11
-
-
Save xenda/876039 to your computer and use it in GitHub Desktop.
Patches Ruby 1.9.2 for better GCing
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
| $ curl https://gist.github.com/raw/856296/patch-1.9.2-gc.patch > ~/192-gc.patch | |
| $ rvm uninstall 1.9.2 | |
| $ rvm install 1.9.2 --patch ~/192-gc.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment