From fe68fdf54a55bae5280648e67af39b8a700a667d Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Wed, 26 Mar 2025 20:21:57 +0100 Subject: [PATCH] plume: increase memory again --- cluster/prod/app/plume/deploy/plume.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index a6ef2f7..9e8b8fa 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -17,8 +17,8 @@ job "plume-blog" { network_mode = "host" ports = [ "cache_port" ] - # cache - mount { + # cache + mount { type = "tmpfs" target = "/var/lib/varnish/varnishd:exec" readonly = false @@ -64,8 +64,8 @@ job "plume-blog" { } resources { - memory = 1024 - memory_max = 1024 + memory = 1500 + memory_max = 1500 cpu = 100 }