1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-04-27 01:15:02 +02:00

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.
This commit is contained in:
Evangelos Foutras 2023-01-28 09:17:17 +02:00
parent b7a98e5c4a
commit 20ce0d8d73
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -77,7 +77,7 @@ locals {
domain = "dashboards"
}
"debuginfod.archlinux.org" = {
server_type = "cx11"
server_type = "cpx11"
domain = "debuginfod"
}
"gitlab.archlinux.org" = {