From 25f3730f4ce57751f9ed6a580e18cb1f97f1589d Mon Sep 17 00:00:00 2001 From: magic_rb Date: Tue, 10 Oct 2023 14:11:37 +0200 Subject: [PATCH] Increase synapse memory limits Signed-off-by: magic_rb --- terranix/containers/matrix/matrix-synapse.hcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/terranix/containers/matrix/matrix-synapse.hcl b/terranix/containers/matrix/matrix-synapse.hcl index 5b8a704..91ce858 100644 --- a/terranix/containers/matrix/matrix-synapse.hcl +++ b/terranix/containers/matrix/matrix-synapse.hcl @@ -209,7 +209,7 @@ EOF resources { cpu = 1024 - memory = 2048 + memory = 3072 } template { @@ -366,7 +366,7 @@ EOF resources { cpu = 1024 - memory = 1024 + memory = 3076 } template { @@ -523,7 +523,7 @@ EOF resources { cpu = 1024 - memory = 1024 + memory = 3076 } template { @@ -680,7 +680,7 @@ EOF resources { cpu = 1024 - memory = 2048 + memory = 3072 } template { @@ -919,7 +919,7 @@ EOF resources { cpu = 2048 - memory = 768 + memory = 3076 } vault {