How can we know if there is any memory leakages happening?
how to overcome the memory leakage situation?
Answer Posted / anupreet
Study the heap memory, if possible object creation
frequency, number of live objects. Profilers can be used
for this analysis.
Proper release of resources like JDBC Connection, socket
closing free's resources will resolve the issue in 89% cases
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
Do you know what are the steps involved in setting up classpath in web logic server?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
How do I learn what codesets are available in oracle? : BEA Weblogic
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
In what ways can a web logic servers performance be improved upon?
What is the purpose of stub in web-logic server cluster?
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
What is Weblogic ? (Weblogic Interview Questions)
How does weblogic support corba and client communication via iiop? : BEA Weblogic
How Work Manager works in wls 9.2 and above versions?
What Is The Advantage Of Clustering ?
What are stubs and how do they function in a web logic cluster?
What is the no_acknowledge acknowledge mode used for? : BEA Weblogic