Increase pgsql and lidarr memory to prevent crashes on library
This commit is contained in:
parent
4b94f66786
commit
2844493fa1
@ -72,8 +72,8 @@ POSTGRES_PASSWORD={{ .superuser_pass }}
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 300
|
||||
memory = 256
|
||||
cpu = 500
|
||||
memory = 400
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -251,6 +251,6 @@ module "lidarr" {
|
||||
|
||||
resources = {
|
||||
cpu = 500
|
||||
memory = 1000
|
||||
memory = 1500
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user