From 83bd5f2cddba3f417bd792baf6b8c626157c2bfd Mon Sep 17 00:00:00 2001 From: Quentin Date: Thu, 30 Sep 2021 22:23:17 +0200 Subject: [PATCH] Increase RAM for Plume --- app/plume/deploy/plume.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl index b1d5b9c..7608a74 100644 --- a/app/plume/deploy/plume.hcl +++ b/app/plume/deploy/plume.hcl @@ -35,7 +35,7 @@ job "plume" { } resources { - memory = 300 + memory = 500 cpu = 100 }