diff --git a/databases/postgres.nomad b/databases/postgres.nomad index ba5b885..d006874 100644 --- a/databases/postgres.nomad +++ b/databases/postgres.nomad @@ -72,8 +72,8 @@ POSTGRES_PASSWORD={{ .superuser_pass }} } resources { - cpu = 300 - memory = 256 + cpu = 500 + memory = 400 } } diff --git a/services/main.tf b/services/main.tf index a299f5b..d70f40a 100644 --- a/services/main.tf +++ b/services/main.tf @@ -251,6 +251,6 @@ module "lidarr" { resources = { cpu = 500 - memory = 1000 + memory = 1500 } }