Appc sonar increase java memory 77/31777/1
authorPatrick Brady <pb071s@att.com>
Wed, 14 Feb 2018 22:59:04 +0000 (17:59 -0500)
committerPatrick Brady <pb071s@att.com>
Wed, 14 Feb 2018 22:59:08 +0000 (17:59 -0500)
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 <pb071s@att.com>
Issue-ID: APPC-636

jjb/appc/appc-master.yaml

index 6dd2b71..08767a0 100644 (file)
@@ -31,4 +31,4 @@
     branch: 'master'
     mvn-settings: 'appc-settings'
     mvn-goals: 'clean install'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+    mvn-opts: '-Xmx4096m'