Thanks for all replies I updated my Jenkins lunch script like this:
 
export MAVEN_OPTS="-Djava.awt.headless=true -XX:-UseGCOverheadLimit -Xms1280m 
-Xmx1280m -XX:NewSize=128m -XX:MaxPermSize=512m"
nohup java -Xms1024m -Xmx2048m -XX:MaxPermSize=512M -XX:+UseParallelOldGC 
-XX:ParallelGCThreads=4 -Djava.awt.headless=true -DHUDSON_HOME=. -jar 
jenkins.war --httpPort=18080 --ajp13Port=18009 > jenkins.log 2>&1 &
 
Let’s see for how it works, I will update the list with my output.



-----Original Message-----
From: Jesse Farinacci <[email protected]>
To: jenkinsci-users <[email protected]>
Sent: Thu, Mar 1, 2012 4:30 pm
Subject: Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in 
Jenkins


Greetings,
On Thu, Mar 1, 2012 at 2:09 AM,  <[email protected]> wrote:
 I am facing problem of “java.lang.OutOfMemoryError: PermGen space” in
 Jenkins V1.451, this out of memory issue comes when Jenkins try to connect
 to Slave or a build starts on Slave, following is the error message:
https://wiki.jenkins-ci.org/display/JENKINS/I'm+getting+OutOfMemoryError
-Jesse
-- 
here are 10 types of people in this world, those
hat can read binary and those that can not.

Reply via email to