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" :
{
"hostname" : "default",
"memory_size" : "4096",
"box" : "$box"
}
}

View File

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