From c19cadf3535f6c5a829251357306ab7ad681ab27 Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 17 Nov 2020 11:49:12 +0100 Subject: Fix sogo conf to match RAM usage To do the math: SoGo SxVMemLimit * SoGo WOWorkersCount < Nomad Memory Limit Before we had 384 * 10 >>> 1000 Now we have 300 * 3 < 1000 --- app/deployment/email.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/deployment') diff --git a/app/deployment/email.hcl b/app/deployment/email.hcl index 86c4d87..898cfbc 100644 --- a/app/deployment/email.hcl +++ b/app/deployment/email.hcl @@ -424,7 +424,7 @@ job "email" { ] } env { - FAKE = 2 + FAKE = 1 } /* Workaround as there is no consul source and no way to template recursively... */ -- cgit v1.2.3