diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-01 13:21:32 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-01 13:21:32 +0200 |
commit | 53309d3845eabd16dddf44f257abe40ee199cbbe (patch) | |
tree | 363605d3929ba8bcbcfc5006beb20010662bfcff | |
parent | 2130407a0f9968ae272677e4fe787732b5bdad94 (diff) | |
download | nixcfg-53309d3845eabd16dddf44f257abe40ee199cbbe.tar.gz nixcfg-53309d3845eabd16dddf44f257abe40ee199cbbe.zip |
Add more ram to replicate-db
-rw-r--r-- | app/im/deploy/im.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index a9db5b8..c60b095 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -52,7 +52,7 @@ job "im" { task "synapse" { driver = "docker" config { - image = "lxpz/amd64_synapse:1.49.2-3" + image = "lxpz/amd64_synapse:1.49.2-4" ports = [ "http" ] command = "python" @@ -157,7 +157,7 @@ EOH } resources { - memory = 100 + memory = 250 cpu = 100 } } |