Default to 4GB memory for k8s builders
This commit is contained in:
parent
9def2cf055
commit
631ad0422d
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Reference in a new issue