How to find memory leak in java using JProfiler?

2019-02-23 15:13发布

问题:

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.