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
What is administration server?
What are the ways in which the dns request of failed servers handled?
What are the toolbar elements.
How do I use jta transactions within an mdb? : BEA Weblogic
How can I set deployment order for applications?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
What is bootup process?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
How can the nm be made to work with web logic? Explain?
What is Graphic mode?
How to configure jms?
What is the significance of boot?
What are tuning jvm parameters?