Empowering you to perform Heap dump generation & Analysis using JMAP, JMAT, JVisualVM Tools. π―
β‘ How to generate Heap dump using various tools inorder to detect, the memory s that occur as part of your application.
- Check the below link on how to install and use the tool.
π Heap Dump Generation Tools
β‘ How Inefficeint coding can lead to Memory
- Check below link for detailed explaination.
π Analysis of Memory
π« Various reasons for this to occur
- Objects are continuously instantiated without being released.
- Unclosed Connections (DataBase )
- Static Field holding on to the Object Reference
- Adding Objects with no hashCode() and equals() into a HashMap
- Verbose