chore(media-centre): set tmpfs max size
All checks were successful
Lint / lint (push) Successful in 1m43s
Terraform Plan and Apply / cicd (push) Successful in 5m22s

- tmpfs usage is charged to containers max memory and was being OOM killed
This commit is contained in:
Ben Martin 2025-04-17 12:59:20 +00:00
parent cbebbe3593
commit ea8b403f8d
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -54,6 +54,7 @@ job "media-centre" {
readonly = false
tmpfs_options {
mode = 1023
size = 3.5e+9
}
}
}