From 0e9d8a83485fb23ad121b071bd05859c51917748 Mon Sep 17 00:00:00 2001 From: Jermeiah S Date: Fri, 20 Jun 2025 11:40:11 -0400 Subject: [PATCH] up core count on forgejo --- incus/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incus/main.tf b/incus/main.tf index 7bdfb03..f32b150 100644 --- a/incus/main.tf +++ b/incus/main.tf @@ -58,7 +58,7 @@ resource "incus_instance" "forgejo-runner-tofu" { incus_profile.d.name ] config = { - "limits.cpu" = 4 + "limits.cpu" = 6 "limits.memory" = "8GiB" } }