How can we know if there is any memory leakages happening?
how to overcome the memory leakage situation?
Answer / 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 |
Do ejbs have to be homogeneously deployed across a cluster?
How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic
Difference between weblogic development and production mode?
How are notifications made when a server is added to a cluster?
What is meant by adminserver?
What is meant by session replication?
If configured multicast, which error is occurred..?
what happen if we deploy our component in weblogic server
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
What is a stage deployment?
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?