From 1383c34c3929e82134d06388acbfaa6fc995ace3 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 22 Feb 2025 12:55:22 +0100 Subject: [PATCH] Increase Plume memory again --- cluster/prod/app/plume/deploy/plume.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index c759a02..a6ef2f7 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -64,8 +64,8 @@ job "plume-blog" { } resources { - memory = 512 - memory_max = 512 + memory = 1024 + memory_max = 1024 cpu = 100 }