by jkulmala on 3/6/14, 1:41 PM with 2 comments
by deedubaya on 3/6/14, 3:01 PM
We had good success with tracking down heroku memory leaks with Oink on a Rails4 ruby2.0 application. It turned out to be about 30% the code, 70% the defaults for the ruby2.0 garbage collector. Tweaking the default GC settings helped with most of our problem.