I was able to reproduce the error: Everytime the fingerprint cleanup thread start running, it consumes a lot of memory. The problem is, when the fingerprint cleanup process is finished, the memoryusage does not come down but keeps on moving the high level. As soon as other processes start working, for example some kind of build process, more and more memory is used. When no more memory is available those "Proces leakded file descriptors." occur...
Some suggestions? Am Dienstag, 4. Februar 2014 09:13:22 UTC+1 schrieb Vincent Massol: > > Hi guys, > > Since I've upgraded our jenkins to 1.549 we're having a lot of trouble. It > seems jenkins dies every day so every morning I need to restart it and it > takes 15-20 minute to start up. > > I've checked the log file today and I've noticed tons of the following > kinds of messages: > > Feb 4, 2014 8:07:39 AM jenkins.diagnostics.ooom.Problem$Inspector scan > > WARNING: Failed to inspect > /home/maven/.hudson/jobs/xwiki-platform-core-site-job/modules/org.xwiki.platform$xwiki-platform-wysiwyg-war/builds/53: > > /home/maven/.hudson/jobs/xwiki-platform-core-site-job/modules/org.xwiki.platform$xwiki-platform-wysiwyg-war/builds/53/build.xml > > doesn't exist > > Feb 4, 2014 8:07:49 AM jenkins.diagnostics.ooom.Problem$Inspector scan > > WARNING: Failed to inspect > /home/maven/.hudson/jobs/xwiki-platform-core-site-job/modules/org.xwiki.platform$xwiki-platform-xml/builds/54: > > /home/maven/.hudson/jobs/xwiki-platform-core-site-job/modules/org.xwiki.platform$xwiki-platform-xml/builds/54/build.xml > > doesn't exist > > I have 2 questions: > > > - Are these important and how to fix our jenkins install so that we > don't have these anymore? > - Could they impact performances of our jenkins insance (which is very > slow at times, more often than not)? > > Thanks a lot > > -Vincent > > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
