From 3970c60016dd39651a10db1a04041ba265938df6 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Fri, 12 Dec 2025 10:26:54 +0000 Subject: [PATCH] More RAM. --- services/beancount.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/beancount.hcl b/services/beancount.hcl index 66ac43e..3015e81 100644 --- a/services/beancount.hcl +++ b/services/beancount.hcl @@ -42,7 +42,7 @@ job "beancount" { } resources { - memory = 400 + memory = 600 } } }