Memory Exception

What is the reason for out of memory exception ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 9 of 9 Answers

Madhu

  • Mar 24th, 2014
 

We don't have sufficient heap size in this case we need to increase the heap size or we need to restart the JVM

  Was this answer useful?  Yes

sathish kumar

  • Apr 8th, 2014
 

1) Less heap memory
2) Less connection pool size
3) Less Thread pool size
4) Long living objects

  Was this answer useful?  Yes

Madhu

  • Oct 31st, 2016
 

a) Insufficient heap size, not able to match the extra load.
b) Objects licing too long, like HTTP Sessions.
c) Memory leak in application code.
d) Full GC not happening due to JVM Bug

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions