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

This commit is contained in:
Ben Martin 2025-01-21 00:21:41 +00:00
parent 3bbd112aa2
commit a86b440df4
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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