Re: How to Allocate more memory to jenkins application

2018-03-07 Thread Victor Martinez
There are a couple of interesting posts which might help you out: - https://jenkins.io/blog/2016/11/21/gc-tuning/ - https://www.cloudbees.com/so-you-want-build-worlds-biggest-jenkins-cluster . (see the slide 'Sizing the JVM heap…') Cheers -- You received this message because you are subscribe

How to Allocate more memory to jenkins application

2018-03-07 Thread LnT
Hi, Please find below script to start Jenkins master. *java -Xrs:Xmx2048m -XX:MaxPermSize=512m -DJENKINS_HOME= -jar jenkins.war --httpPort=80 --sessionTimeout=360* SERVER is : Win7 (32Bit) - 4GB RAM current jenkins app keep getting Slow/Hung for every 3 to 4days. I had to restart. Could