thanos: Increase the allocated memory to avoid OOM killer
Test Plan
Already applied:
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.thanos.proxmox_vm_qemu.node will be updated in-place
~ resource "proxmox_vm_qemu" "node" {
~ balloon = 1024 -> 4096
id = "branly/qemu/158"
~ memory = 4096 -> 8192
name = "thanos"
# (37 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Migrated from D8415 (view on Phabricator)