Memory Leak problem 2004-07-26 - By Vidyadhar Kothekar
Back OutOfMemoryException : root cause - memory not available for application processing
prima facee, u need to look into application object design. May be the application is using objects whose scope is lifelong i.e application and these are not getting reclaimed by GC.
For pin pointing memory leak problems u can use suitable profiling tools from Sun or ISV's. some good pointers available on http://www.javaperformancetuning.com/tools/
HTH
regards -Vidyadhar
-- --Original Message-- -- From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)]On Behalf Of Manish Malhotra Sent: Monday, July 26, 2004 11:09 AM To: J2EE-INTEREST@(protected) Subject: Memory Leak problem
"In Tomcat there are many applications & reports are running. There are some some applications ( java) or reports (jsp) are causing memeory leak.Afetr few days tomcat is throwing OutOfMemory applications. THe applications are JWS applications which are launched through webser. Can anybody tell me how to find out memoiry leak in applications & reports Is there any toll avalibale to tackle it."
Please revert to me.
many thanks,
Manish
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|