forked from Deuxfleurs/nixcfg
Add more ram to replicate-db
This commit is contained in:
parent
2130407a0f
commit
53309d3845
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue