From f3bac121431bb56895ca50e7c9aeb2afee9d00e1 Mon Sep 17 00:00:00 2001
From: Vincent SELLIER <vincent.sellier@softwareheritage.org>
Date: Mon, 26 Aug 2024 19:56:32 +0200
Subject: [PATCH] admin/thanos: Increase the memory to avoid OOM of
 thanos-stores

Related to swh/infra/sysadm-environment#5387
---
 proxmox/terraform/admin/admin.tf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/proxmox/terraform/admin/admin.tf b/proxmox/terraform/admin/admin.tf
index f3abdf2..dba6551 100644
--- a/proxmox/terraform/admin/admin.tf
+++ b/proxmox/terraform/admin/admin.tf
@@ -181,8 +181,7 @@ module "thanos" {
   hypervisor  = "branly"
   sockets     = "1"
   cores       = "4"
-  memory  = "8192"
-  balloon = "4096"
+  memory  = "32768"
 
   networks = [{
     id      = 0
-- 
GitLab