From: Patrick Brady Date: Wed, 15 Jan 2020 19:25:04 +0000 (-0800) Subject: Add java memory options to appc stage job X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c9d61c1f8b28f3a0b4a3ceb7a63cf68df5945e78;p=ci-management.git Add java memory options to appc stage job The appc-maven-stage-master job is failing with a 'GC overhead limit exceeded' error. This change adds the same maven/java properties that the other appc build jobs use to attempt to correct the problem. Change-Id: Icdc1aa438bd060560df5c3a242720bf2c91fcc00 Signed-off-by: Patrick Brady Issue-ID: APPC-1816 --- diff --git a/jjb/appc/appc-master.yaml b/jjb/appc/appc-master.yaml index 9f174548a..1e49704ed 100644 --- a/jjb/appc/appc-master.yaml +++ b/jjb/appc/appc-master.yaml @@ -15,8 +15,12 @@ sign-artifacts: true build-node: centos7-docker-8c-8g maven-versions-plugin: true + mvn-opts: "-Xmx4000m -XX:MaxPermSize=256m" + java-opts: "-Xmx4000m -XX:MaxPermSize=256m" - '{project-name}-gerrit-release-jobs': build-node: centos7-docker-8c-8g + mvn-opts: "-Xmx4000m -XX:MaxPermSize=256m" + java-opts: "-Xmx4000m -XX:MaxPermSize=256m" project: 'appc' stream: