fix(matrix): double synapse memory allocation

This commit is contained in:
Ben Martin 2025-01-01 22:57:24 +00:00
parent ffd8844acd
commit 6f478f3913

View file

@ -93,8 +93,8 @@ job "matrix" {
resources { resources {
cpu = 500 cpu = 500
memory = 128 memory = 256
memory_max = 256 memory_max = 512
} }
meta = { meta = {