On Tuesday 26 June 2012 03:10:53 Varghese Renny wrote:
> In jenkins Whether any config file related to project? I am not getting you
> which project config file you are mentioning?

I mean job configuration page, i.e. $JENKINS_URL/job/$JON_NAME/configure
Lets assume it a maven project. In "Advanced" section, there's a MAVEN_OPTS 
field. You need to specify JVM setup there, e.g. put -XX:MaxPermSize=512M there 
if you want it to be applied during maven build

Reply via email to