From 1b7e8d9ff6cf10d855b51e08e55794e3a50485d1 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 10 Oct 2023 12:36:23 +0100 Subject: [PATCH] Went too far with the worker memory reduction. --- services/authentik.hcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/authentik.hcl b/services/authentik.hcl index e62803e..9c37e89 100644 --- a/services/authentik.hcl +++ b/services/authentik.hcl @@ -84,6 +84,10 @@ job "authentik" { AUTHENTIK_EMAIL__HOST = "192.168.1.1" AUTHENTIK_EMAIL__FROM = "authentik@paler.net" } + + resources { + memory = 400 + } } } }