Request java heap dump (core dump) from within application

和自甴很熟 提交于 2019-11-29 03:45:39
gustafc

If it's not enough to dump heap on OutOfMemoryError, there's a HotSpot-dependent way of programmatically dumping heap from Java applications, if that's OK.

What about using the VM option -XX:+HeapDumpOnOutOfMemoryError to tell the HotSpot VM to generate a heap dump when it runs out of memory?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!