fix: Increase VM memory

Not all pods could be scheduled due to the limited amount of RAM
available in the VM.
This commit is contained in:
2025-12-02 05:12:19 +01:00
parent 9c3c4005ed
commit f5cd4f7521

View File

@@ -4,7 +4,7 @@ ROOT=$(git rev-parse --show-toplevel)
VM_NAME="talos-vm"
VCPUS="2"
RAM_MB="2048"
RAM_MB="4096"
DISK_GB="10"
NETWORK=talos
CONNECTION="qemu:///system"