Open kakkoyun opened 2 years ago
Figuring out what is in the program heap at any given time
Locating memory leaks
Finding places that do a lot of allocation
Random thought: It would be incredibly useful if we could hook into the OOM-Killer and take a heap profile just before the process is killed.
Figuring out what is in the program heap at any given time
Locating memory leaks
Finding places that do a lot of allocation