From c1d307d7a97cf2f7f2ccaa1836417561c4eadb08 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 27 Nov 2023 13:56:47 +0100 Subject: [PATCH] matrix: add memory to async media upload after oom crash --- cluster/prod/app/matrix/deploy/im.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index 067584a..ff3ca03 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -114,7 +114,8 @@ job "matrix" { resources { cpu = 100 - memory = 100 + memory = 200 + memory_max = 500 } template {