Hung JVM consuming 100% CPU

后端 未结 2 2007
隐瞒了意图╮
隐瞒了意图╮ 2021-02-05 17:58

We have a JAVA server running on Sun JRE 6u20 on Linux 32-bit (CentOS). We use the Server Hotspot with CMS collector with the following options (I\'ve only provided the relevant

2条回答
  •  感动是毒
    2021-02-05 18:34

    I am also having this problem on a Linux 64bit Fedora15. I am running tomcat using JSVC on port 80. And some times jvm hangs taking 100% CPU. But when I run

    jmap -F -histo [tomcat-pID] 
    

    everything goes back to normal.

    I read http://mail-archives.apache.org/mod_mbox/tomcat-users/200305.mbox/%3C3EB7FC4D.7040306@sfw.com.br%3E

    But this issue started happening all of a sudden without any change in the codebase.

提交回复
热议问题