chore(forgejo): reduce CPU and memory allocation for runner task
Some checks are pending
Terraform Plan and Apply / cicd (push) Waiting to run
Lint / lint (push) Successful in 1m52s

This commit is contained in:
Ben Martin 2025-01-15 23:05:52 +00:00
parent 69a86b5c69
commit 36bf3d41a7
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -100,8 +100,8 @@ job "forgejo" {
}
resources {
cpu = 500
memory = 512
cpu = 150
memory = 64
}
template {