How to find memory leak in java using JProfiler?

2019-02-23 15:09发布

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条回答
疯言疯语
2楼-- · 2019-02-23 15:21

See this screen cast about finding memory leaks with JProfiler.

查看更多
登录 后发表回答