chore(media-centre): increase plex maximum memory allocation from 2048 to 4096
All checks were successful
Lint / lint (push) Successful in 1m7s
Terraform Plan and Apply / cicd (push) Successful in 55s

This commit is contained in:
Ben Martin 2025-03-09 00:03:39 +00:00
parent fe1e7fa05e
commit 2f243766fc
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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