Compare commits

..

2 Commits

Author SHA1 Message Date
Dreaded_X e2040c6365 chore: Added pre-commit hooks 2025-12-03 05:07:53 +01:00
Dreaded_X f5cd4f7521 fix: Increase VM memory
Not all pods could be scheduled due to the limited amount of RAM
available in the VM.
2025-12-02 05:12:19 +01:00
+1 -1
View File
@@ -4,7 +4,7 @@ ROOT=$(git rev-parse --show-toplevel)
VM_NAME="talos-vm"
VCPUS="2"
RAM_MB="16384"
RAM_MB="4096"
DISK_GB="10"
NETWORK=talos
CONNECTION="qemu:///system"