how to handle out of memory in weblogic? and if server is
getting more requests then what we have to do in production
environment?
Answer Posted / kamal sastry
When ever we face the issue of Out of memory in weblogic
following steps can be taken care
1. Check the heap size of the memory in server
2. Check the cpu and memory(%) of the server if its getting
hiked during the issue.
3. Check if there is any memory likages happening on the
server
4. Check the logs if any of the application running on the
server causing the issue like any SQL query or any
particular funcationality of an application causing an
issue.
5. Check the thread dumps in the logs.
6. If some application functionality or query is causing
the issue then the code needs to be fine tuned and even at
code level we need to make sure that objects that are
getting created are destroyed.
Through above mentioned points we can find out the root
cause of OOM and can fix it.
If the server is getting more requests we can do the
loadbalancing on the server by having disturbuted on
different ports on the same server.
| Is This Answer Correct ? | 41 Yes | 1 No |
Post New Answer View All Answers
Tell me how are the notifications generated when a server is added to a cluster?
Must ejbs be homogeneously deployed across a cluster? Why?
What is administration server?
What is nmenroll in wlst?
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What are stubs?
What are the special design care that must be taken when you work with local interfaces?
How many ways to start and stop weblogic servers?
What Is The Advantage Of Clustering ?
What are class paths?
Explain the types of node manager?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
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
What is the format of the log message out to standard out?
Whenever we see a very slow response from server-side, then what all thing we need to look into?