From e5f9f3c8495a8f0e6b9c46b56d207b57aad3ec3d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 19 Apr 2023 21:05:47 +0200 Subject: [PATCH] increase diplonat ram --- cluster/staging/app/core/deploy/core-system.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/staging/app/core/deploy/core-system.hcl b/cluster/staging/app/core/deploy/core-system.hcl index 2ec9b58..1d3eb84 100644 --- a/cluster/staging/app/core/deploy/core-system.hcl +++ b/cluster/staging/app/core/deploy/core-system.hcl @@ -65,7 +65,7 @@ EOH } resources { - memory = 40 + memory = 100 } } }