refactor(forgejo): increase memory_max limit to 4096
All checks were successful
Lint / lint (push) Successful in 44s
Terraform Plan and Apply / cicd (push) Successful in 32s

This commit is contained in:
Ben Martin 2025-01-21 00:29:15 +00:00
parent a86b440df4
commit 1772ee119f
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -206,7 +206,7 @@ job "forgejo" {
resources {
cpu = 500
memory = 512
memory_max = 2048
memory_max = 4096
}
}