Daniel Beck commented on Bug JENKINS-27412

Alright, you need much more RAM. 1340 Maven projects, known as insane memory hog, on just 4 GB RAM is pretty insane.

If possible, disable fingerprinting. Jenkins spends way too much time to parse fingerprint data, probably because it's held in soft references IIRC.

Also, discard unloadable data, disabling Disk Usage plugin results in tons of unloadable data (which makes loading builds and projects slower I think).

Get rid of whatever plugin logs j.p.model.JobFailedTimeInfo#recordFailedTimeInfo, it looks like this forces Jenkins to continuously load builds from disk and (because too little RAM) discard them again.

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/d/optout.

Reply via email to