This jdk upgrade is mainly for application code compilation or Jenkins compilation.
Thanks and Regards Vishad Alekh Sent from my BlackBerry 10 smartphone. Original Message From: R. Tyler Croy Sent: Friday 14 October 2016 10:14 PM To: [email protected] Reply To: [email protected] Subject: Re: PermGen issue (replies inline) On Fri, 14 Oct 2016, vishad alekh wrote: > Hi, > > Yes, I am using multi branch pipeline and also jdk 7. > Actually I have made build n compilation job for 3 application. There is a > master job which is calling these three jobs in parallel executor. For https://ci.jenkins.io we're using Multibranch Pipelines very heavily and I *believe* that this was putting heavy pressure on the PermGen space in JDK7 and causing some issues for us. My solution, as suggested by a few others, was to simply upgrade to JDK8 wihch has a number of improvements in handling objects which previously were stored in this PermGen space. I wrote about that here: http://unethicalblogger.com/2016/10/03/dropin-containerized-jenkins-master.html If that isn't an option, making the PermGen space much higher might help, but I *think* that JDK7 simply doesn't clean up the PermGen space properly so you might still see "leaks." - R. Tyler Croy ------------------------------------------------------ Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net --recv-key 1426C7DC3F51E16F ------------------------------------------------------ -- You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/xjlojjCKPhI/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/20161014164431.GW3357%40blackberry.coupleofllamas.com. For more options, visit https://groups.google.com/d/optout. -- 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/20161014193645.5972045.87327.25973%40gmail.com. For more options, visit https://groups.google.com/d/optout.
