|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I have joined 2 interesting graphics from the PDF: % CPU for 1 month and % http errors for 1 month.
It is strange to me that % CPU increases suddenly, about each week. (Note: this graphic is the %CPU of the Jenkins process, and not of the OS.)
And in the second graph, it seems that you have many http errors lately.
From the joined PDF:
It can be seen in the http statistics, that you have some downloads of very large artifacts (100 to 400 Mb) taking a long time.
And most importantly, in the "Detailed system information" from the PDF, it says:
Perm gen memory : 80 Mb / 82 Mb, which is quite full.
I suggest first to add a jvm parameter, probably in JENKINS_HOME/jenkins.xml: -XX:MaxPermSize=256m
And restart Jenkins.