I have met a Out of Memory problem in my application.
In one of my threads execution, there is a sudden java.lang.OutofMemoryError and make that threads die.
I have already select the memory heap size for the application is 20M. I have dumped out the memory usage for the whole application before and after this OOM on this thread occurs, it does not exceed 20M.
I don't know how to tackle this problem.
So what is the possible causes of that java.lang.OutofMemoryError? and is there any method to tackle if I don't know the exact reason?
This is what i got! Before this memory usage of the application is 8M
after this memory usage of the application is also 8M.