From 997fe6c27858efc828e54d14942514500fbbd638 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 27 Feb 2024 13:33:47 +0100 Subject: [PATCH] Reduce default memory --- example/cloudbeaver.nomad.hcl | 2 +- variables.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/cloudbeaver.nomad.hcl b/example/cloudbeaver.nomad.hcl index 8ffc936..f97e68c 100644 --- a/example/cloudbeaver.nomad.hcl +++ b/example/cloudbeaver.nomad.hcl @@ -312,7 +312,7 @@ _EOT resources { cpu = 100 - memory = 512 + memory = 384 } } diff --git a/variables.yml b/variables.yml index 45a8fa9..8971ca9 100644 --- a/variables.yml +++ b/variables.yml @@ -15,8 +15,7 @@ cloudbeaver: # Resources for the container resources: cpu: 100 - memory: 512 - + memory: 384 vault: # Vault policies to attach to the container