fix(matrix): double synapse memory allocation
This commit is contained in:
parent
ffd8844acd
commit
6f478f3913
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ job "matrix" {
|
|||
|
||||
resources {
|
||||
cpu = 500
|
||||
memory = 128
|
||||
memory_max = 256
|
||||
memory = 256
|
||||
memory_max = 512
|
||||
}
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue