Wher to look for memory leaks in Rust?

⚓ Rust    📅 2026-03-18    👤 surdeus    👁️ 8      

surdeus

I have a web servers written in Rust. After a month of work, used memory by it increased by 250MB. Where the memory can go? The server uses a tread pool, so there is no a tread amount increase. I use a memory dump in Java showing where all memory used. Is there a similar tool for Rust? What else should I put my attention to fight the leak?

5 posts - 5 participants

Read full topic

🏷️ Rust_feed