"Always-on" Production Memory Profiling in Just 5 Instructions
I wrote a post on the Redpanda blog about how we introduced a sampling memory profiler into the Seastar framework. It enables very low overhead allocation tracking that runs continuously in production, allowing us to quickly identify and resolve out-of-memory issues.
Read it here: “Always-on” production memory profiling in just 5 instructions