chore(media-centre): reduce maximum memory allocation to 2048MB
Some checks failed
Lint / lint (push) Failing after 11m17s
Terraform Plan and Apply / cicd (push) Successful in 3m8s

This commit is contained in:
Ben Martin 2025-02-28 17:56:19 +00:00
parent 93400d8c1e
commit 084feb7da2
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -46,7 +46,7 @@ job "media-centre" {
resources {
cpu = 1200
memory = 1024
memory_max = 4096
memory_max = 2048
}
}
@ -141,7 +141,7 @@ job "media-centre" {
resources {
cpu = 1200
memory = 1024
memory_max = 4096
memory_max = 2048
}
}