AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The IntelliJ Client's Out of Memory Analysis
IntelliJ has a similar tool that is doing heap traversals, but this time it's looking for specific classes. We also have something that is aware of the disposed tree in our out of memory analysis on the client side. So we start analyzing how many instances of classes, how much memory do they take? And we generate a report that only summarizes the 10 worst offenders. In the report, you can figure out where your objects are being retained.