使用JProfiler分析定位java内存泄露memory leak
摘要:使用jprofiler远程profile JBoss应用服务器项目中发现JBoss出现内存泄露, 从2G一直涨到3.5G左右开始考虑使用jmap dump出内存来, 在用jhap打开浏览器分析。想到JProfiler可以看类的引用关系, 更容易分析内存泄露, 所以决定使用JProfile。 同时应为JBoss运行在远端的服务器, 所以要使用remote attachment1) 安装JProfiler. In Windows installjprofiler_windows-x64_8_0_2.exe; in Linux, installjprofiler_linux_8_0_2.rpm.2)
阅读全文
posted @
2014-01-08 09:29
lpthread
阅读(1199)
推荐(0)