From d6aacd8c6eca5e80e4a5d240c89c25c2127747b2 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 28 Aug 2019 15:09:52 -0700 Subject: [PATCH] Update the build node used for multicloud-k8s The multicloud-k8s build uses golang plugins and these builds are parallelized. The linker uses about 920MB per plugin during the link phase and this is causing the build machine to run out of memory where we are compiling 4+ plugins on the system. Issue-ID: MULTICLOUD-666 Change-Id: I796fdf5883729d6d805d56a9754fb3b032e13995 Signed-off-by: Kiran Kamineni --- jjb/multicloud/multicloud-k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/multicloud/multicloud-k8s.yaml b/jjb/multicloud/multicloud-k8s.yaml index c015a674a..4d368afbc 100644 --- a/jjb/multicloud/multicloud-k8s.yaml +++ b/jjb/multicloud/multicloud-k8s.yaml @@ -22,7 +22,7 @@ mvn-settings: 'multicloud-k8s-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-builder-4c-4g + build-node: ubuntu1604-builder-8c-8g #- project: # name: multicloud-k8s-arm64 -- 2.16.6