From 7465ecedf84f638a9a2900927ffb45f7988de211 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Sat, 2 May 2026 19:18:23 +0200 Subject: [PATCH] infra: update docker VM RAM to 22222 (16 GiB is actually what it uses at regular load, so it crashes without more) --- infra/r740/proxmox/docker.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/r740/proxmox/docker.tf b/infra/r740/proxmox/docker.tf index b6f94f8..8ca6094 100644 --- a/infra/r740/proxmox/docker.tf +++ b/infra/r740/proxmox/docker.tf @@ -61,7 +61,7 @@ resource "proxmox_virtual_environment_vm" "docker-machine" { } memory { - floating = 16192 + floating = 22222 dedicated = 38768 }