Skip to content

Instantly share code, notes, and snippets.

@siassaj
Created June 17, 2015 02:57
Show Gist options
  • Save siassaj/a82ec6a64d692f8f1140 to your computer and use it in GitHub Desktop.
Save siassaj/a82ec6a64d692f8f1140 to your computer and use it in GitHub Desktop.
Thread.new do
require "objspace"
ObjectSpace.trace_object_allocations_start
GC.start()
ObjectSpace.dump_all(output: File.open("heap.json", "w"))
end.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment