From a76df0015e333bc127afa79c1b0d8be53bdaa4cc Mon Sep 17 00:00:00 2001
From: Maximilien Richer <me@mricher.fr>
Date: Sun, 19 Jan 2025 22:55:27 +0100
Subject: prod plume: up memory to 1GB

---
 cluster/prod/app/plume/deploy/plume.hcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'cluster/prod/app/plume/deploy/plume.hcl')

diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl
index 26bc6db..d9e276e 100644
--- a/cluster/prod/app/plume/deploy/plume.hcl
+++ b/cluster/prod/app/plume/deploy/plume.hcl
@@ -26,8 +26,8 @@ job "plume-blog" {
       }
 
       resources {
-        memory = 200
-        memory_max = 800
+        memory = 1024
+        memory_max = 1024
         cpu = 100
       }
 
-- 
cgit v1.2.3