How can the OUT OF MEMORY be solved?
Answer / Ankur Parashari
Solving Out Of Memory (OOM) errors in WebLogic typically involves optimizing memory usage by identifying and addressing memory leaks, adjusting heap size, or configuring managed server parameters. Here are some steps to address OOM issues: 1. Analyze logs for frequent out-of-memory exceptions and their causes. 2. Check the memory usage of various WebLogic components like MBean Servers, JDBC connection pools, and JMS destinations. 3. Optimize the code by reducing object creation, reusing objects where possible, and minimizing use of large collections. 4. Adjust the managed server's heap size settings (Xmx and Xms) to allocate more memory for the WebLogic instance. 5. Implement memory leak detection tools like VisualVM or JProfiler.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what are the steps involved in configuring the jms?
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
What is thread stack size?
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
What is meany by proxy server?
Tell the issues faced in weblogic?
How many way to start and stop weblogic servers?
What is the major difference between managed server and admin server?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
what is digital certificate?
What are the functions of t3 in the web logic server?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic