From b5328c33411382799739fa30e30558c5e6b879cf Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 26 Aug 2022 13:04:42 +0200 Subject: [PATCH] Activate memory oversubscription+use it for Plume --- cluster/prod/app/plume/deploy/plume.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index c0e5da3..4470099 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -41,7 +41,8 @@ job "plume-blog" { } resources { - memory = 500 + memory = 200 + memory_max = 800 cpu = 100 }