Debugging a Memory Leak on HerokuWritten by: Richard Schneeman This is one of the most frequent questions I'm asked by Heroku Ruby customers: "How do I debug a memory leak?" Memory is important. If you don't have enough of it, you'll end up using swap memory and really slowing down your site. So what do you do when you think you've got a memory leak? What you are most likely seeing is the normal m