fix(elk): increase memory allocation for elk job to improve performance

This commit is contained in:
Ben Martin 2024-12-11 01:36:27 +00:00
parent ac15eefedb
commit 1c1344c300
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -162,7 +162,7 @@ job "elk" {
resources {
cpu = 500
memory = 1024
memory = 1536
}
}
}