Skip to content

Instantly share code, notes, and snippets.

@xenda
Created March 18, 2011 13:11
Show Gist options
  • Select an option

  • Save xenda/876039 to your computer and use it in GitHub Desktop.

Select an option

Save xenda/876039 to your computer and use it in GitHub Desktop.
Patches Ruby 1.9.2 for better GCing
$ 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