Non heap memory and No of loaded classes keeps on increasing
问题 We are doing a performance test of our application. During the test, we find that non heap memory and total no of loaded classes keeps on increasing over the time. Our guess is probably some 3rd party jar or application code is leaking. What are the best ways to find such leak or pin point the problem ? Any tools which can help me to find the rootcause ? We are using Jboss EAP 6.1. 回答1: Make first Heap Dump by jvisualVm from JDK and analyze it with Memory Analyzer (MAT). And then see in this