Malloc Can Double Multi-threaded Ruby Program Memory Usage
https://www.speedshop.co/2017/12/04/malloc-doubles-ruby-memory.html [www.speedshop.co]
2017-12-04 18:48
The problem manifests itself as a slow, creeping memory growth in Ruby processes. It is often mistaken for a memory leak. However, unlike a memory leak, memory growth due to fragmentation is logarithmic, while memory leaks are linear.
This starts off with a simpe problem and fix, but lots of info about what’s happening.
source: L