Category: Uncategorized
-
Attempting to address memory fragmentation in node.js with jemalloc
Continuing our investigations into our memory problems with our node.js servers, we found several references that indicated some people had had success solving random memory leak problems with jemalloc, a replacement for the default glibc memory allocator. This seemed like a fairly easy and low risk change so we thought we’d give it a go…