1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-19 11:56:04 +02:00

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.
This commit is contained in:
Evangelos Foutras 2023-02-21 19:32:47 +02:00
parent 33fabe4308
commit c366ae0793
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 = "cpx11"
server_type = "cx21"
domain = "debuginfod"
}
"gitlab.archlinux.org" = {