From 20760947829f0d0613f2f83e81f616b93c1c6c2b Mon Sep 17 00:00:00 2001 From: kanshi <46557+kanshi@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:32:02 +0200 Subject: [PATCH] Reduce RAM allocation for destination --- operations/deploy-stage.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index bfefd8f..474a613 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -190,13 +190,13 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} resources { cpu = 128 - memory = 1500 + memory = 128 } volume_mount { volume = "sbws-destination-stage" destination = "/data" - read_only = false + read_only = true } service {