Increase memory for lldap

Password hashing was causing OOM kills
This commit is contained in:
IamTheFij 2022-11-15 15:54:32 -08:00
parent c7d0fca6e7
commit a1def1c69d

View File

@ -137,8 +137,8 @@ reply_to = "{{ .Data.data.smtp_reply_to }}"
resources { resources {
cpu = 10 cpu = 10
memory = 20 memory = 200
memory_max = 100 memory_max = 200
} }
} }
} }