mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Reset QEM/KVM memory to 2GB for local nodes
* https://github.com/coreos/fedora-coreos-docs/pull/196
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user