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 |
How can the OUT OF MEMORY be solved?
How do I enable debugging for the messaging bridge? : BEA Weblogic
Tell me how does a server find out server unavailability?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
Why is there no polymorphic-type response from a create () or find () method?
Which lelvel of activites ur reponsiable l1 or l2 or l3?
How do I use persistence? : BEA Weblogic
How are multi-byte characters used with weblogic jdriver?
How to deploye the java application in web logic server please brief explain with screen shot please help me ?
Setting Up WebLogic Server for HTTP Tunneling
What are the databases that are available to be used with the web logic j2ee connector architecture?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?