diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-30 16:14:17 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-30 16:14:17 +0200 |
commit | 8fdebd74b37ae1766e03b39b8a3d6d84ef549a74 (patch) | |
tree | aa9ef0f425bf21ff9fda93b06eb165fe2c5d7ce9 | |
parent | b4bfbddd5416bde941ba9fa8d453c31ed27de1d3 (diff) | |
download | infrastructure-8fdebd74b37ae1766e03b39b8a3d6d84ef549a74.tar.gz infrastructure-8fdebd74b37ae1766e03b39b8a3d6d84ef549a74.zip |
Increase postfix RAM
-rw-r--r-- | nomad/email.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index f085324..1cb0c23 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -261,7 +261,7 @@ job "email" { resources { cpu = 100 - memory = 50 + memory = 200 network { mbits = 1 port "smtp_port" { |