» Tag
jemalloc
1 postsWhy Rust services hold onto memory: glibc, jemalloc and munmap
A Rust service's RSS stayed flat after load tests. The cause wasn't a memory leak but glibc's arena-based allocator behavior; switching to jemalloc fixed it.
» Tag
A Rust service's RSS stayed flat after load tests. The cause wasn't a memory leak but glibc's arena-based allocator behavior; switching to jemalloc fixed it.