How to find memory leak in java using JProfiler?

爱⌒轻易说出口 提交于 2019-12-01 15:17:43

问题


How to find memory leak in java using JProfiler? I have been working in JProfiler for the past 1 week to find memory leak in a web application. I read some manuals and see some articles, it says see the memory usage in all objects and allocated objects views and using the allocation hot spot you can find the memory leak. I looked into it and found lot of memory used by char, string, bytes. Since i am a fresher i don't know how to figure this and solve the memory leak. Please help me over this ..

Thanks in advance...


回答1:


See this screen cast about finding memory leaks with JProfiler.



来源:https://stackoverflow.com/questions/9781611/how-to-find-memory-leak-in-java-using-jprofiler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!