From: Patrick Brady Date: Wed, 14 Feb 2018 22:59:04 +0000 (-0500) Subject: Appc sonar increase java memory X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f6be5e7f22bbb44d2f81fc6599b73c8b7c662f17;p=ci-management.git Appc sonar increase java memory Build is failing due to heap space. The value seemed to be set very low, especially since its running on an 8gb system. I also removed the MaxPermSize since it is not used anymore: "ignoring option MaxPermSize=256m; support was removed in 8.0" Change-Id: If6d88458a843a9e78896d1875868d4ab5d60da05 Signed-off-by: Patrick Brady Issue-ID: APPC-636 --- diff --git a/jjb/appc/appc-master.yaml b/jjb/appc/appc-master.yaml index 6dd2b7123..08767a042 100644 --- a/jjb/appc/appc-master.yaml +++ b/jjb/appc/appc-master.yaml @@ -31,4 +31,4 @@ branch: 'master' mvn-settings: 'appc-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + mvn-opts: '-Xmx4096m'