Tagged Questions
0
votes
1answer
84 views
Stack trace for thread causing an OOM
I have a java application which is getting an OutOfMemoryError, for heap space. I've enabled -XX:HeapDumpOnOutOfMemoryError, and have the resultant hprof file.
The dump, however, shows that there is ...