Increase memory for lldap
Password hashing was causing OOM kills
This commit is contained in:
parent
c7d0fca6e7
commit
a1def1c69d
@ -137,8 +137,8 @@ reply_to = "{{ .Data.data.smtp_reply_to }}"
|
||||
|
||||
resources {
|
||||
cpu = 10
|
||||
memory = 20
|
||||
memory_max = 100
|
||||
memory = 200
|
||||
memory_max = 200
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user