Reset QEM/KVM memory to 2GB for local nodes

* https://github.com/coreos/fedora-coreos-docs/pull/196
This commit is contained in:
Dalton Hubble
2020-10-15 20:10:59 -07:00
parent ff7112e9d3
commit 68e4900abe

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Manage VM nodes which have a specific set of hardware attributes.
VM_MEMORY=${VM_MEMORY:-3072}
VM_MEMORY=${VM_MEMORY:-2048}
VM_DISK=${VM_DISK:-10}
if [ "$EUID" -ne 0 ]