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 }