From 7c0ea3220cc13fb0f14758dec3e972008a0f4920 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Fri, 18 May 2018 12:51:33 +0300 Subject: [PATCH] set memory size for build VM to 4096 --- BUILD/mdbci/templates/build.json.template | 1 + BUILD/mdbci/templates/install.json.template | 1 + 2 files changed, 2 insertions(+) diff --git a/BUILD/mdbci/templates/build.json.template b/BUILD/mdbci/templates/build.json.template index b53ecb321..08f93905a 100644 --- a/BUILD/mdbci/templates/build.json.template +++ b/BUILD/mdbci/templates/build.json.template @@ -2,6 +2,7 @@ "build" : { "hostname" : "default", + "memory_size" : "4096", "box" : "$box" } } diff --git a/BUILD/mdbci/templates/install.json.template b/BUILD/mdbci/templates/install.json.template index 81db5a9de..39c265c97 100644 --- a/BUILD/mdbci/templates/install.json.template +++ b/BUILD/mdbci/templates/install.json.template @@ -3,6 +3,7 @@ { "hostname" : "maxscale", "box" : "$box", + "memory_size" : "4096", "product" : { "name": "maxscale" }