I have Java program running in Linux platform and it crash quite often;at this situation, I would like to have heapdump automatically.
Does anyone have script/method to create a Heap Dump Automatically when Java process Hits "OutOfMemory Error" on Linux?
I would appreciate your help.