diff options
author | Maximilien Richer <me@mricher.fr> | 2025-01-19 22:55:27 +0100 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2025-01-19 22:55:27 +0100 |
commit | a76df0015e333bc127afa79c1b0d8be53bdaa4cc (patch) | |
tree | 75dcb2f3f9c8fc17eac9883ea433dd265b364d2a /cluster/prod | |
parent | 8e739e152fc08e15d6bec65ff173d9e906f528eb (diff) | |
download | nixcfg-main.tar.gz nixcfg-main.zip |
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/app/plume/deploy/plume.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index 26bc6db..d9e276e 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -26,8 +26,8 @@ job "plume-blog" { } resources { - memory = 200 - memory_max = 800 + memory = 1024 + memory_max = 1024 cpu = 100 } |