So We've Got a Memory Leak… | Steven Harman — Maker & Breaker of Things
Memory leaks happen.
And if you’re here, reading this, I’d bet you’re dealing with one.
First things first - are you sure it’s a leak, and not bloat?
Okay, so it’s a leak.
Much has been written about various tools for profiling a leak, understanding heap dumps, common causes of leaks, work being done to improve Ruby’s memory layout, and so much more.
Ben Sheldon’s recent “The answer is in your heap: debugging a big memory increase in Ruby on Rails” is a great example.
Ben mentions and shows how ...
Read more at stevenharman.net