I want to get the hprof file(dump) to analyze the OOME.
The application is deployed in tomcat, it is running as a windows service. I used this link to change my catalina.bat
file and also tried by placing a setenv.bat
file.
And then I manually generated out of memory in the application.
I can see the application going out of memory, but the dump is never created, am I missing something here ?
However in my local development environment when I used the jvisualvm
to create the dump, the dump was successfully created.