diff --git a/databases/postgres.nomad b/databases/postgres.nomad index 20b95b5..c2d512f 100644 --- a/databases/postgres.nomad +++ b/databases/postgres.nomad @@ -73,7 +73,7 @@ POSTGRES_PASSWORD={{ .superuser_pass }} resources { cpu = 500 - memory = 500 + memory = 600 } } diff --git a/services/nomad-fixers.nomad b/services/nomad-fixers.nomad index 703f709..74f4998 100644 --- a/services/nomad-fixers.nomad +++ b/services/nomad-fixers.nomad @@ -25,6 +25,11 @@ job "fixers" { identity { env = true } + + resources { + cpu = 50 + memory = 100 + } } task "missing_services" { @@ -43,6 +48,11 @@ job "fixers" { identity { env = true } + + resources { + cpu = 50 + memory = 100 + } } } } diff --git a/services/photoprism.tf b/services/photoprism.tf index a9ec7bb..b99ffcd 100644 --- a/services/photoprism.tf +++ b/services/photoprism.tf @@ -15,8 +15,8 @@ module "photoprism_module" { # container_path = "$${meta.hw_transcode.device}" # }] resources = { - cpu = 2000 - memory = 2500 + cpu = 1500 + memory = 2000 memory_max = 4000 } stunnel_resources = { diff --git a/services/radarr.tf b/services/radarr.tf index b89b89f..933d246 100644 --- a/services/radarr.tf +++ b/services/radarr.tf @@ -40,8 +40,9 @@ module "radarr" { ] resources = { - cpu = 500 - memory = 1500 + cpu = 500 + memory = 500 + memory_max = 700 } stunnel_resources = {