From e32877da425ddc9617771cdf9c981f7d8fa76418 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 6 Feb 2024 05:08:55 +0000 Subject: [PATCH] More RAM --- services/beancount.hcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/beancount.hcl b/services/beancount.hcl index af2e0f2..531f0c6 100644 --- a/services/beancount.hcl +++ b/services/beancount.hcl @@ -40,6 +40,10 @@ job "beancount" { "traefik.http.routers.finances.middlewares=authentik@file", ] } + + resources { + memory = 400 + } } } }