perf: decrease memory pdns
This commit is contained in:
parent
9e4348065e
commit
98f1e34d04
@ -114,6 +114,10 @@ SQLALCHEMY_DATABASE_URI=postgresql://pdns-admin:{{ .Data.data.pdnsadmin }}@activ
|
||||
{{end}}
|
||||
EOH
|
||||
}
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 200
|
||||
}
|
||||
|
||||
}
|
||||
task "pdns-recursor" {
|
||||
@ -137,7 +141,7 @@ local-address=192.168.1.6
|
||||
}
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 100
|
||||
memory = 50
|
||||
}
|
||||
}
|
||||
task "keepalived" {
|
||||
|
Loading…
Reference in New Issue
Block a user