Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find memory leak in java using JProfiler?

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...

like image 628
Ronald Randon Avatar asked Mar 20 '12 05:03

Ronald Randon


1 Answers

See this screen cast about finding memory leaks with JProfiler.

like image 161
Ingo Kegel Avatar answered Oct 02 '22 13:10

Ingo Kegel