Re: Jenkins Hung Load at 1.02 / 99.8% CPU Load And Holding For 1 Hour

2013-04-15 Thread Eric Blom
Hello Nate, Thank you for the tip. The issue had gone on too long and I had to manually restart Jenkins. Unfortunately that was just before I received your message so I could not use the kill -QUIT command. If this problem happens again I'll reply back with the details you suggested. Eric On

Re: Jenkins Hung Load at 1.02 / 99.8% CPU Load And Holding For 1 Hour

2013-04-15 Thread Zetan Drableg
Get a thread dump from the jenkins process. kill -QUIT Attach to jenkins with VisualVM. are you out of heap and Garbage Collecting really hard? Might need to increase your java heap. On Mon, Apr 15, 2013 at 9:40 AM, Eric Blom wrote: > Hello Everyone, > > I'm new to Jenkins and Java and am lo