diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-09-30 22:23:17 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-09-30 22:23:17 +0200 |
commit | 83bd5f2cddba3f417bd792baf6b8c626157c2bfd (patch) | |
tree | 925a27204e076d4df4124e862fcd9ce6b179dcf0 /app | |
parent | 6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be (diff) | |
download | infrastructure-83bd5f2cddba3f417bd792baf6b8c626157c2bfd.tar.gz infrastructure-83bd5f2cddba3f417bd792baf6b8c626157c2bfd.zip |
Increase RAM for Plume
Diffstat (limited to 'app')
-rw-r--r-- | app/plume/deploy/plume.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl index b1d5b9c..7608a74 100644 --- a/app/plume/deploy/plume.hcl +++ b/app/plume/deploy/plume.hcl @@ -35,7 +35,7 @@ job "plume" { } resources { - memory = 300 + memory = 500 cpu = 100 } |