From 0e5712a05effe0bfbf3238354cade6f1a7495fe8 Mon Sep 17 00:00:00 2001 From: Caleb Braaten <git@cbraaten.dev> Date: Mon, 12 Aug 2024 16:30:21 -0700 Subject: [PATCH] Provision more Gitea Compute and Ram for mirroring large repos --- nomad_jobs/services/gitea/gitea.nomad.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nomad_jobs/services/gitea/gitea.nomad.hcl b/nomad_jobs/services/gitea/gitea.nomad.hcl index 50bbac8..2223513 100644 --- a/nomad_jobs/services/gitea/gitea.nomad.hcl +++ b/nomad_jobs/services/gitea/gitea.nomad.hcl @@ -67,6 +67,11 @@ job "gitea" { volume = "gitea-data" destination = "/data" } + + resources { + cpu = 3000 + memory = 2000 + } } } }