diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-08 23:01:11 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-08 23:01:11 +0100 |
commit | 573a86b87ce5113f10085b82bb86eccd54d4978a (patch) | |
tree | 5bf4a05da830d17086aea0ba19659ab071648a99 /app/email | |
parent | c5866336131b5f6b042541cd677743c455b6c0b9 (diff) | |
download | infrastructure-573a86b87ce5113f10085b82bb86eccd54d4978a.tar.gz infrastructure-573a86b87ce5113f10085b82bb86eccd54d4978a.zip |
Change resource allocation
Diffstat (limited to 'app/email')
-rw-r--r-- | app/email/deploy/email.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/email/deploy/email.hcl b/app/email/deploy/email.hcl index 850a88f..6b0e9c5 100644 --- a/app/email/deploy/email.hcl +++ b/app/email/deploy/email.hcl @@ -406,8 +406,8 @@ job "email" { } resources { - cpu = 50 - memory = 40 + cpu = 100 + memory = 100 } service { |