diff options
Diffstat (limited to 'cluster/prod/app/plume/deploy/plume.hcl')
-rw-r--r-- | cluster/prod/app/plume/deploy/plume.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index c0e5da3..4470099 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -41,7 +41,8 @@ job "plume-blog" { } resources { - memory = 500 + memory = 200 + memory_max = 800 cpu = 100 } |