refactor(forgejo): increase memory_max limits for resource allocation
Some checks failed
Lint / lint (push) Successful in 4m24s
Terraform Plan and Apply / cicd (push) Failing after 4m39s

This commit is contained in:
Ben Martin 2025-01-21 00:08:12 +00:00
parent c65efc8ec2
commit 7c0f431895
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -103,7 +103,7 @@ job "forgejo" {
resources {
cpu = 150
memory = 128
memory_max = 256
memory_max = 1024
}
template {
@ -204,8 +204,9 @@ job "forgejo" {
}
resources {
cpu = 500
memory = 512
cpu = 500
memory = 512
memory_max = 1024
}
}