From 6f478f39138cb19de137330083783595cec27fc2 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Wed, 1 Jan 2025 22:57:24 +0000 Subject: [PATCH] fix(matrix): double synapse memory allocation --- modules/matrix/jobspec.nomad.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/matrix/jobspec.nomad.hcl b/modules/matrix/jobspec.nomad.hcl index c31af59..3e6d328 100644 --- a/modules/matrix/jobspec.nomad.hcl +++ b/modules/matrix/jobspec.nomad.hcl @@ -93,8 +93,8 @@ job "matrix" { resources { cpu = 500 - memory = 128 - memory_max = 256 + memory = 256 + memory_max = 512 } meta = {