Skip to content
Snippets Groups Projects
Verified Commit c366ae07 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

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.
parent 33fabe43
No related branches found
No related tags found
No related merge requests found
Pipeline #53730 passed
......@@ -77,7 +77,7 @@ locals {
domain = "dashboards"
}
"debuginfod.archlinux.org" = {
server_type = "cpx11"
server_type = "cx21"
domain = "debuginfod"
}
"gitlab.archlinux.org" = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment