From a1def1c69dc19a7a7428049dd93f30677013e04f Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 15 Nov 2022 15:54:32 -0800 Subject: [PATCH] Increase memory for lldap Password hashing was causing OOM kills --- core/lldap.nomad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lldap.nomad b/core/lldap.nomad index 85fdda8..ddd1ee7 100644 --- a/core/lldap.nomad +++ b/core/lldap.nomad @@ -137,8 +137,8 @@ reply_to = "{{ .Data.data.smtp_reply_to }}" resources { cpu = 10 - memory = 20 - memory_max = 100 + memory = 200 + memory_max = 200 } } }