chore(elk): reduce maximum memory allocation from 4096 to 3072

This commit is contained in:
Ben Martin 2025-03-09 00:02:41 +00:00
parent f0f851baee
commit fe1e7fa05e
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -65,7 +65,7 @@ job "elk" {
resources { resources {
cpu = 2000 cpu = 2000
memory = 2048 memory = 2048
memory_max = 4096 memory_max = 3072
} }
template { template {