Cracking open the heap reveals 90%+ of memory is a...
# general
l
Cracking open the heap reveals 90%+ of memory is a list of tuples containing canceled jobs that look like:
Copy code
(u'compile(test/jvm/com/foursquare/test_alpha/test:test)', u'Canceled', None)
(u'compile(test/jvm/com/foursquare/test_alpha/test:test)', u'Canceled', None)
(u'compile(test/jvm/com/foursquare/test_beta/test:test)', u'Canceled', None)