forked from Deuxfleurs/nixcfg
matrix: add memory to async media upload after oom crash
This commit is contained in:
parent
9c6f98f4b8
commit
c1d307d7a9
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ job "matrix" {
|
|||
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 100
|
||||
memory = 200
|
||||
memory_max = 500
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Reference in a new issue