vm_image_util.sh: Bump default VM memory to 2 GB

While Flatcar itself runs fine with 1 GB, many workloads do not and
having to debug this is time consuming when one forgets to bump the VM
memory, e.g., in the Qemu script.
Default to 2 GB as known-good setting for things like Kubernetes or
setting up LUKS devices.
This commit is contained in:
Kai Lueke 2024-04-03 20:09:51 +09:00
parent 4d5e46432a
commit 7379db37e8
2 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,7 @@ IMG_DEFAULT_CONF_FORMAT=
IMG_DEFAULT_BUNDLE_FORMAT= IMG_DEFAULT_BUNDLE_FORMAT=
# Memory size to use in any config files # Memory size to use in any config files
IMG_DEFAULT_MEM=1024 IMG_DEFAULT_MEM=2048
# Number of CPUs to use in any config files # Number of CPUs to use in any config files
IMG_DEFAULT_CPUS=2 IMG_DEFAULT_CPUS=2

View File

@ -0,0 +1 @@
- The default VM memory was bumped to 2 GB in the Qemu script and for VMware OVFs