speedshop.co
Malloc Can Double Multi-threaded Ruby Program Memory Usage
Multithreaded Ruby programs may be consuming 2 to 4 times the amount of memory that they really need, due to fragmentation caused by per-thread memory arenas in malloc.
The online whiteboard of Kristofer Palmvik