Profiled app with YourKit, still can't identify the CPU hog

后端 未结 5 645
醉话见心
醉话见心 2020-12-19 17:45

I\'ve got a Java application that is consuming 100% of the CPU most of the time (as indicated by cacti and top monitoring). We fired up YourKit (which confirms the CPU resou

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 17:56

    One possibility is that your JVM doesn't have enough memory, so it's constantly doing GC.

提交回复
热议问题