feat(elk): adjust resource allocation for tiebreaker

This commit is contained in:
Ben Martin 2024-12-18 16:07:15 +00:00
parent 3ab10b3fb8
commit 59c31020fb
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -150,8 +150,9 @@ job "elk" {
} }
resources { resources {
cpu = 2000 cpu = 1000
memory = 2048 memory = 1024
memory_max = 2048
} }
template { template {