hunting production memory leaks at rubykaigi 2022
Existing Ruby tooling is quite helpful when investigating memory leaks if and when we can reproduce them on our development machine or staging environment. But what about those cases when the memory leak only really shows up in Production? Perhaps over a long time period?
Me and @KJ Tsanaktsidis recently presented a talk at RubyKaigi 2022 about two new Ruby gems — ruby_memprofiler_pprof
and backtracie
.
Together, they can be used to provide low-overhead heap sampling, enabling the investigation of Ruby memory leaks in production.
You can find the video and slides for the talk below! And as always, feedback is very welcome!
Slide deck: