set memory size for build VM to 4096

This commit is contained in:
Timofey Turenko
2018-05-18 12:51:33 +03:00
parent 9d10642cd7
commit 7c0ea3220c
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"build" : "build" :
{ {
"hostname" : "default", "hostname" : "default",
"memory_size" : "4096",
"box" : "$box" "box" : "$box"
} }
} }

View File

@ -3,6 +3,7 @@
{ {
"hostname" : "maxscale", "hostname" : "maxscale",
"box" : "$box", "box" : "$box",
"memory_size" : "4096",
"product" : { "product" : {
"name": "maxscale" "name": "maxscale"
} }