From 20ce0d8d7306441b987bc0465eebfdbc7e580874 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Sat, 28 Jan 2023 09:17:17 +0200 Subject: [PATCH] Scale up debuginfod to CPX11 We've been seeing CPU spikes that a single vCPU can't handle, resulting in alerts about high CPU usage. Let's try two cores to see how they do. --- 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 580b86d0..3aba140b 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -77,7 +77,7 @@ locals { domain = "dashboards" } "debuginfod.archlinux.org" = { - server_type = "cx11" + server_type = "cpx11" domain = "debuginfod" } "gitlab.archlinux.org" = {