From 131f1a3d8be909833fe2a5da7386d4a4d3dbe89d Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Thu, 27 Mar 2025 20:58:39 +0000 Subject: [PATCH] chore(matrix): increase whatsapp-bridge memory max to 64mb --- modules/matrix/jobspec.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/matrix/jobspec.nomad.hcl b/modules/matrix/jobspec.nomad.hcl index 4bedb71..70edcb2 100644 --- a/modules/matrix/jobspec.nomad.hcl +++ b/modules/matrix/jobspec.nomad.hcl @@ -276,7 +276,7 @@ job "matrix" { resources { cpu = 50 memory = 16 - memory_max = 32 + memory_max = 64 } meta = {