aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/matrix/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-04-08 10:41:50 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-04-08 10:43:42 +0200
commita614f495ad25adc180a30c8cdc5dadc4f11aa3a6 (patch)
tree1540bfdbffd017a11e71842cd8ecaebdea81aeb3 /cluster/prod/app/matrix/deploy
parent0e4c641db741c91dd95934b61e70a2f5268b3c7e (diff)
downloadnixcfg-a614f495ad25adc180a30c8cdc5dadc4f11aa3a6.tar.gz
nixcfg-a614f495ad25adc180a30c8cdc5dadc4f11aa3a6.zip
allow memory overprovisionning
Diffstat (limited to 'cluster/prod/app/matrix/deploy')
-rw-r--r--cluster/prod/app/matrix/deploy/im.hcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl
index 0d5387e..ed05ffc 100644
--- a/cluster/prod/app/matrix/deploy/im.hcl
+++ b/cluster/prod/app/matrix/deploy/im.hcl
@@ -65,7 +65,8 @@ job "matrix" {
resources {
cpu = 1000
- memory = 1000
+ memory = 500
+ memory_max = 1000
}
service {