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
What is the weblogic server?
What are pending messages in the console? : BEA Weblogic
When should I use multicast subscribers? : BEA Weblogic
How to integrate appache with weblogic?
Do you know how are multi-byte characters used with weblogic jdriver?
How do you set the classpath ?
What is the difference between the sun jvm and bea jrockit jvm?
Explain the types of application deployed in wls?
What all jvm analysis/profiling tools you are familiar with please write the names?
Explain briefly what is the nm?
What is the domain in weblogic server?
what is mission in weblogic
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
How do I learn what codesets are available in oracle? : BEA Weblogic
What is the difference between dynamic and non-dynamic changes in the console?