Heroku

Ruby

Reduce Ruby memory with Jemalloc

Everyone knows Ruby can be a memory hog, however, you can reduce memory consumption significantly by switching Ruby's default malloc (memory allocator) to Jemalloc.

Read