how to handle out of memory in weblogic? and if server is
getting more requests then what we have to do in production
environment?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / babu
When get This Plz check your Heap memory size. If It is
less plz Increse the Size of Heap memory
| Is This Answer Correct ? | 11 Yes | 1 No |
Gus , not sure why everyone recommends for thread dump for OOM(out of memory) issue . i feel threaddump should be taken during Stuck threads. pls correct me if i am wrong .
Srinivas N
| Is This Answer Correct ? | 7 Yes | 1 No |
How do you troubleshoot server hang?
What is the Basic Components of Weblogic Server ?
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
What is clustering and what is achieved through it?
What can be the reasons for server hang?
Explain the performance tuning in jvm, jdbc, jms?
What do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?
Which xml parser comes with weblogic server 6.1? : BEA Weblogic
How do you differentiate between a server hang and server crash issue?
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
What does isidentical() method return in case of different type of beans?