diff options
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/plume/deploy/plume.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |