Reduce build Xmx 13/92413/1
authorLuis Gomez <ecelgp@gmail.com>
Fri, 4 Sep 2020 17:32:09 +0000 (10:32 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 4 Sep 2020 17:32:09 +0000 (10:32 -0700)
2G image cannot use Xmx of 2G.

Change-Id: Ic7cfc5f0a2131d7355f085cda70f4ee52d14fbfc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/odlsaf/odlsaf.yaml

index 2ece2821d669493b0ea31e1937a7b1e497696bc4..8772a1b76345c0c56ab1d3c1d75d4f1ca8cbf466 100644 (file)
@@ -13,7 +13,7 @@
     branch: "master"
     java-version: "openjdk11"
     mvn-settings: "odlsaf-settings"
-    mvn-opts: "-Xmx2048m"
+    mvn-opts: "-Xmx1024m"
     email-upstream: "[app-dev]"
 
     # Used by the release job
@@ -33,7 +33,7 @@
     branch: "stable/aluminium"
     java-version: "openjdk11"
     mvn-settings: "odlsaf-settings"
-    mvn-opts: "-Xmx2048m"
+    mvn-opts: "-Xmx1024m"
     email-upstream: "[app-dev]"
 
     # Used by the release job