chore(forgejo): increase memory allocation and set maximum memory for runner task
Some checks failed
Terraform Plan and Apply / cicd (push) Has been cancelled
Lint / lint (push) Has been cancelled

This commit is contained in:
Ben Martin 2025-01-15 23:09:11 +00:00
parent 36bf3d41a7
commit b26053eb9c
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -100,8 +100,9 @@ job "forgejo" {
}
resources {
cpu = 150
memory = 64
cpu = 150
memory = 128
memory_max = 256
}
template {