Am Montag, 14. April 2014 22:30:37 UTC+2 schrieb solid: > > Hi Guys > > > JENKINS_JAVA_OPTIONS="-Djava.awt.headless=true -Xmx2048m > -XX:MaxPermSize=1024m" >
Well that's 2GB allocated to jenkins. Which is not too bad, depending on the number of jobs and the discard-build settings. (always under the assumption no builds are running on master) There is a nice summary for fine tuning memory here: https://www.cloudbees.com/blog/joining-big-leagues-tuning-jenkins-gc-responsiveness-and-stability And check this as well: https://www.cloudbees.com/so-you-want-build-worlds-biggest-jenkins-cluster > Yet I am still getting out of memory errors. I am not sure what the cause > is and how to remediate it. > > free -m reveals that I have about 1800mb of free ram, so its definately > not the the hardware. > > Any guidence on how to resolve this problem would be much appreciated. > > Regards > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2f218c74-d9a7-450e-a428-1581f6a94336%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
