Increase pgsql and lidarr memory to prevent crashes on library

This commit is contained in:
IamTheFij 2023-07-31 10:43:51 -07:00
parent 4b94f66786
commit 2844493fa1
2 changed files with 3 additions and 3 deletions

View File

@ -72,8 +72,8 @@ POSTGRES_PASSWORD={{ .superuser_pass }}
}
resources {
cpu = 300
memory = 256
cpu = 500
memory = 400
}
}

View File

@ -251,6 +251,6 @@ module "lidarr" {
resources = {
cpu = 500
memory = 1000
memory = 1500
}
}