From c366ae0793179d618842918360cad7c254e22616 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Tue, 21 Feb 2023 19:32:47 +0200 Subject: [PATCH] Scale up debuginfod to CX21 (for more RAM) When debuginfod processes big debug packages it can run out of memory and get killed. Then, it gets restarted by systemd only to OOM again. Let's try doubling the memory to ~4G. --- tf-stage1/archlinux.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf index 65806ff6..0e795ec9 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -77,7 +77,7 @@ locals { domain = "dashboards" } "debuginfod.archlinux.org" = { - server_type = "cpx11" + server_type = "cx21" domain = "debuginfod" } "gitlab.archlinux.org" = {