diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-27 13:56:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-27 13:56:47 +0100 |
commit | c1d307d7a97cf2f7f2ccaa1836417561c4eadb08 (patch) | |
tree | e5ae82480e15393cf92f198fe856417d66fd24a1 /cluster/prod | |
parent | 9c6f98f4b8460983d26bc9297c2df92ffdda2577 (diff) | |
download | nixcfg-c1d307d7a97cf2f7f2ccaa1836417561c4eadb08.tar.gz nixcfg-c1d307d7a97cf2f7f2ccaa1836417561c4eadb08.zip |
matrix: add memory to async media upload after oom crash
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/app/matrix/deploy/im.hcl | 3 |
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 { |