up core count on forgejo
All checks were successful
/ test (push) Successful in 1s

This commit is contained in:
Jermeiah S 2025-06-20 11:40:11 -04:00
parent 6d07188b38
commit 0e9d8a8348
No known key found for this signature in database

View file

@ -58,7 +58,7 @@ resource "incus_instance" "forgejo-runner-tofu" {
incus_profile.d.name incus_profile.d.name
] ]
config = { config = {
"limits.cpu" = 4 "limits.cpu" = 6
"limits.memory" = "8GiB" "limits.memory" = "8GiB"
} }
} }