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