mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
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:
parent
4d5e46432a
commit
7379db37e8
@ -119,7 +119,7 @@ IMG_DEFAULT_CONF_FORMAT=
|
||||
IMG_DEFAULT_BUNDLE_FORMAT=
|
||||
|
||||
# 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
|
||||
IMG_DEFAULT_CPUS=2
|
||||
|
1
changelog/changes/2024-04-03-qemu-script.md
Normal file
1
changelog/changes/2024-04-03-qemu-script.md
Normal file
@ -0,0 +1 @@
|
||||
- The default VM memory was bumped to 2 GB in the Qemu script and for VMware OVFs
|
Loading…
x
Reference in New Issue
Block a user