Stephan Dollberg Stephan's Blog
HomeBlogTalks Email GitHub Stack Overflow

Back to all posts

"Always-on" Production Memory Profiling in Just 5 Instructions

Aug 27, 2024

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