Tomcat dies suddenly

后端 未结 4 1520
悲&欢浪女
悲&欢浪女 2020-12-30 03:37

Trying to diagnose some bizarre Tomcat (7.0.21) and/or JVM errors on a 64-bit linux (CentOS) machine.

I\'m load testing our server application and tried

4条回答
  •  -上瘾入骨i
    2020-12-30 04:16

    You can use the option java -XX:+HeapDumpOnOutOfMemoryError to create a heap dump for jvm crash due to out of memory error.

    More details here Using HeapDumpOnOutOfMemoryError parameter for heap dump for JBoss.

提交回复
热议问题