Increase memory of master nodes to 16gb 71/971/2 akraino_r1
authorYolanda Robla <yroblamo@redhat.com>
Tue, 11 Jun 2019 07:42:14 +0000 (09:42 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Wed, 12 Jun 2019 14:33:53 +0000 (16:33 +0200)
Currently defaults to 11192mb, and it showed
some failures on masters, so increasing it.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I2c1a16b60810f508ec7de4bcda7088e43a79bf18

Makefile

index 068524a..ba3394a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ override INSTALLER_GIT_TAG = "v0.16.1"
 endif
 
 ifndef MASTER_MEMORY_MB
-override MASTER_MEMORY_MB = "11192"
+override MASTER_MEMORY_MB = "16384"
 endif
 
 ifndef RELEASES_URL