diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-01-15 11:25:04 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-01-15 11:25:08 -0800 |
commit | c9d61c1f8b28f3a0b4a3ceb7a63cf68df5945e78 (patch) | |
tree | 21f5674f14cdaf469148ac2575ec1b305f0351e7 /jjb | |
parent | 88fabae196695f0a252049ecfe05d2cba73259b3 (diff) |
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 <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/appc/appc-master.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |