From 73ed66e75d50ce57f34ab52a1dc66c883e205756 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 24 Dec 2014 13:32:19 -0600 Subject: [PATCH] Up the controller -Xmx to accomodate controller-daily job Change-Id: I0dbe9479ab4ecc9375821a9b8e1822c28b9446dd Signed-off-by: Ed Warnicke --- jjb/controller/controller.cfg | 2 +- jjb/controller/controller.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/controller/controller.cfg b/jjb/controller/controller.cfg index 5b35abe84..962878b3d 100644 --- a/jjb/controller/controller.cfg +++ b/jjb/controller/controller.cfg @@ -1,3 +1,3 @@ MVN_GOALS: -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs -MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true +MVN_OPTS: -Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true DEPENDENCIES: yangtools,aaa diff --git a/jjb/controller/controller.yaml b/jjb/controller/controller.yaml index d7442b44d..2b8629dae 100644 --- a/jjb/controller/controller.yaml +++ b/jjb/controller/controller.yaml @@ -73,7 +73,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' ignore-upstream-changes: true @@ -127,7 +127,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' @@ -182,7 +182,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' @@ -192,7 +192,7 @@ - sonar: branch: '{stream}' language: 'java' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' - job-template: name: 'controller-integration-{stream}' @@ -240,7 +240,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' -- 2.36.6