aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-11-27 13:56:47 +0100
committerAlex Auvolat <alex@adnab.me>2023-11-27 13:56:47 +0100
commitc1d307d7a97cf2f7f2ccaa1836417561c4eadb08 (patch)
treee5ae82480e15393cf92f198fe856417d66fd24a1
parent9c6f98f4b8460983d26bc9297c2df92ffdda2577 (diff)
downloadnixcfg-c1d307d7a97cf2f7f2ccaa1836417561c4eadb08.tar.gz
nixcfg-c1d307d7a97cf2f7f2ccaa1836417561c4eadb08.zip
matrix: add memory to async media upload after oom crash
-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 067584a..ff3ca03 100644
--- a/cluster/prod/app/matrix/deploy/im.hcl
+++ b/cluster/prod/app/matrix/deploy/im.hcl
@@ -114,7 +114,8 @@ job "matrix" {
resources {
cpu = 100
- memory = 100
+ memory = 200
+ memory_max = 500
}
template {