From 6a2b872bd760e7ab3c819d31d0b4fb93fcd91202 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Fri, 28 Jul 2023 20:06:29 +0200 Subject: [PATCH] Increase memory allocated to synapse fed-sender and sync Signed-off-by: Magic_RB --- terranix/containers/matrix/matrix-synapse.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terranix/containers/matrix/matrix-synapse.hcl b/terranix/containers/matrix/matrix-synapse.hcl index e9c21e6..f6b6021 100644 --- a/terranix/containers/matrix/matrix-synapse.hcl +++ b/terranix/containers/matrix/matrix-synapse.hcl @@ -362,7 +362,7 @@ EOF resources { cpu = 1024 - memory = 512 + memory = 1024 } template { @@ -676,7 +676,7 @@ EOF resources { cpu = 1024 - memory = 1024 + memory = 2048 } template {