aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod
diff options
context:
space:
mode:
authorMaximilien Richer <me@mricher.fr>2025-01-19 22:55:27 +0100
committerMaximilien Richer <me@mricher.fr>2025-01-19 22:55:27 +0100
commita76df0015e333bc127afa79c1b0d8be53bdaa4cc (patch)
tree75dcb2f3f9c8fc17eac9883ea433dd265b364d2a /cluster/prod
parent8e739e152fc08e15d6bec65ff173d9e906f528eb (diff)
downloadnixcfg-main.tar.gz
nixcfg-main.zip
prod plume: up memory to 1GBHEADmain
Diffstat (limited to 'cluster/prod')
-rw-r--r--cluster/prod/app/plume/deploy/plume.hcl4
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
}