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
One possibility is that your JVM doesn't have enough memory, so it's constantly doing GC.