1753613 Members
5694 Online
108797 Solutions
New Discussion

java memory leak problem

 
허영
New Member

java memory leak problem

my team developed a java application using socket for ftp function.
and we found it has severe memory leak after monitoring HPjtune and HPjmeter.

still trying to find which part is wrong but the source code looked alright.

most of the cases, we usually don't think about memory leak about java, because garbage-collector does manage memory and there's no way to remove instances in java source code(like 'delete ..' in C++).

i want to know which case brings memory leak when we writes java source code.

thank you,
1 REPLY 1
Peter Godron
Honored Contributor

Re: java memory leak problem

Hi,
were do you want to start ? ;-)

Have a read of some of the stuff returned by:
http://www.google.co.uk/search?hl=en&q=memory+leak++JAVA&meta=

A simple start is to first concentrate on areas of that that are repeatetly executed.

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.