Default to 4GB memory for k8s builders

This commit is contained in:
Brad Ison 2016-09-29 11:20:49 -04:00
parent 9def2cf055
commit 631ad0422d
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
VM_VOLUME_SIZE="${VM_VOLUME_SIZE:-32G}"
VM_MEMORY="${VM_MEMORY:-8G}"
VM_MEMORY="${VM_MEMORY:-4G}"
set -e
set -x