Changes between Version 6 and Version 7 of Inspecting the GC heap
- Timestamp:
- Sep 4, 2018, 10:07:50 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Inspecting the GC heap
v6 v7 31 31 So that shows us that value.htm is still around, which is bad. 32 32 33 5. Now we can dump the GC heap, again with notifyutil: {{{notifyutil -p com.apple.WebKit. showAllDocuments}}}. This will log something like: {{{Dumped GC heap to /var/folders/bh/34x83y_n4mn5n_nv0v_rdmh80000gn/T/org.webkit.MiniBrowser/GCHeapOayHEu}}}.33 5. Now we can dump the GC heap, again with notifyutil: {{{notifyutil -p com.apple.WebKit.dumpGCHeap}}}. This will log something like: {{{Dumped GC heap to /var/folders/bh/34x83y_n4mn5n_nv0v_rdmh80000gn/T/org.webkit.MiniBrowser/GCHeapOayHEu}}}. 34 34 That's your JSON output, so copy the file somewhere to keep it: 35 35 {{{mv Dumped GC heap to /var/folders/bh/34x83y_n4mn5n_nv0v_rdmh80000gn/T/org.webkit.MiniBrowser/GCHeapOayHEu ~/Desktop/values-heap.json}}}