Hi all,
how to solve memory leak problem in java.Is there any tool to find
out the same.please let me know the same as early as possible.
Jan Thomä - 28 Aug 2007 13:19 GMT
> Hi all,
> how to solve memory leak problem in java.Is there any tool to find
> out the same.please let me know the same as early as possible.
I wonder what your subject line has to do with the content, but that again
is another story. You can use a memory profiler to find out where you
memory is "disappearing" or which classes use up the biggest amount of
memory.

Signature
_________________________________________________________________________
insOMnia - We never sleep...
http://www.insOMnia-hq.de
Manish Pandit - 28 Aug 2007 17:33 GMT
On Aug 28, 4:55 am, anujakshi.she...@gmail.com wrote:
> Hi all,
> how to solve memory leak problem in java.Is there any tool to find
> out the same.please let me know the same as early as possible.
You can use Netbeans profiler - its pretty simple to use and is free
(you have to use Netbeans IDE though). Here is a comprehensive list of
books/resources/tips/tools for performance tuning :
http://www.javaperformancetuning.com/resources.shtml
-cheers,
Manish
Roedy Green - 01 Sep 2007 13:34 GMT
> how to solve memory leak problem in java.Is there any tool to find
>out the same.please let me know the same as early as possible.
see http://mindprod.com/jgloss/profiler.html
http://mindprod.com/jgloss/packratting.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com