diff options
Diffstat (limited to 'cluster/prod/app/email')
-rw-r--r-- | cluster/prod/app/email/deploy/email.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index 0c6308a..b28f3bc 100644 --- a/cluster/prod/app/email/deploy/email.hcl +++ b/cluster/prod/app/email/deploy/email.hcl @@ -475,7 +475,8 @@ job "email" { resources { cpu = 200 - memory = 1000 + memory = 500 + memory_max = 1000 } service { |