https://samsaffron.com/archive/2015/03/31/debugging-memory-leaks-in-ruby
ObjectSpace.trace_object_allocations_start
file = File.open("/some/path/#{Time.now.to_f}-heap.dump", 'w')
ObjectSpace.dump_all(output: file)
https://samsaffron.com/archive/2015/03/31/debugging-memory-leaks-in-ruby
ObjectSpace.trace_object_allocations_start
file = File.open("/some/path/#{Time.now.to_f}-heap.dump", 'w')
ObjectSpace.dump_all(output: file)
I hereby claim:
To claim this, I am signing this object: