infra: update docker VM RAM to 22222 (16 GiB is actually what it uses at regular load, so it crashes without more)

This commit is contained in:
2026-05-02 19:18:23 +02:00
parent 256c337db4
commit 7465ecedf8

View File

@@ -61,7 +61,7 @@ resource "proxmox_virtual_environment_vm" "docker-machine" {
}
memory {
floating = 16192
floating = 22222
dedicated = 38768
}