Ruby Garbage Collection and Memory Profiling

These slides by Joe Damato and Aman Gupta explain Garbage Collection and the Ruby Heap really well. It talks about the following: How memory is managed in Ruby vs C All variables and all ruby code lives on the heap like any other object In ruby there’s no way to explicitly free memory How the […]