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



how to handle out of memory in weblogic? and if server is getting more requests then what we have ..

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

how to handle out of memory in weblogic? and if server is getting more requests then what we have ..

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

how to handle out of memory in weblogic? and if server is getting more requests then what we have ..

Answer / srinivas n

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 to handle out of memory in weblogic? and if server is getting more requests then what we have ..

Answer / pavan

java -msn mxn

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Weblogic Interview Questions

How do I use persistence? : BEA Weblogic

0 Answers  


How many deployment descriptor files does a cmp entity bean deployed on the weblogic server have? : BEA Weblogic

0 Answers  


What is config.xml?

3 Answers  


What are the steps involved in setting up classpath in web logic server?

0 Answers  


How do you do performance tuning of wls? What are various areas to do it

1 Answers  






What is achieved through clustering?

0 Answers  


What is Virtual Host in WebLogic? How to create it & what is the advantage?

3 Answers   HCL,


What does 'stub' mean in weblogic server?

3 Answers  


When should I use server session pools and connection consumers? : BEA Weblogic

0 Answers  


In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?

3 Answers   Wipro,


How can the OUT OF MEMORY be solved?

0 Answers  


What happens if acknowledge() is called within a transaction? : BEA Weblogic

0 Answers  


Categories