|
|
|
|
|
by tcopeland
4326 days ago
|
|
If you're running Ruby 1.9.3, go upgrade to 2.1.2. It is such an improvement all around - deploy time, restart time, test time, console startup (if you're using Rails), etc. Just a whole different experience. And if you've done a 1.8.7 to 1.9.3 upgrade, going from 1.9 to 2.1 is nothing. Piece of cake by comparison. |
|
I've been collecting bookmarks on how to properly tune the GC environment variables in these situations -- hopefully they'll help someone else:
Heroku discussion: https://discussion.heroku.com/t/tuning-rgengc-2-1-on-heroku/...
Using Out-of-band GC on 2.1: http://tmm1.net/ruby21-oobgc/