chore(elk): increase maximum memory allocation to 4096 MB
All checks were successful
Lint / lint (push) Successful in 9m14s
Terraform Plan and Apply / cicd (push) Successful in 1m31s

This commit is contained in:
Ben Martin 2025-01-30 00:24:04 +00:00
parent f3480efc6d
commit 12ae915932
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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