I am getting this error in tomcat server.
Exception in thread "http-bio-8080-exec-17"
Exception in thread "http-bio-8080-exec-2"
Exception in thread "http-bio-8080-exec-15"
Exception in thread "http-bio-8080-exec-20"
Exception in thread "http-bio-8080-exec-18"
java.lang.OutOfMemoryError: Java heap space.
I have seen MAT but how do I generate the .hprof
file in my Tomcat server.
Thank you.
7
is (of course) depending on tomcat version (for me it's/etc/default/tomcat8
). – Declarative