perf: adjust openldap ram
This commit is contained in:
parent
f4f77fc55a
commit
49a8a427f7
@ -49,6 +49,9 @@ job "openldap" {
|
||||
env {
|
||||
SSL_DNS="ldaps.service.consul,ldap.service.consul"
|
||||
}
|
||||
resources {
|
||||
memory = 50
|
||||
}
|
||||
}
|
||||
task "openldap" {
|
||||
driver = "docker"
|
||||
@ -124,7 +127,7 @@ job "openldap" {
|
||||
destination = "local/ldif/tree.ldif"
|
||||
}
|
||||
resources {
|
||||
memory = 300
|
||||
memory = 150
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -180,6 +183,9 @@ job "openldap" {
|
||||
destination = "secrets/env"
|
||||
env = true
|
||||
}
|
||||
resources {
|
||||
memory = 70
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user