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
Explain what are the transaction isolation levels supported by weblogic jdriver?
What Is Boot.proerties File In Weblogic Server ?
What are the functions of t3 in the web logic server?
Explain how a web logic server works?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is SSL in weblogic ?
What are class paths?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
how to upgrade the weblogic server licence?
what is mission in weblogic
What are the Unix vi commands?
What is boot?properties file in weblogic server?
Explain The Term Clustering ?
How do I handle request/response using jms? : BEA Weblogic