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 }