chore: adjust memory resources for connector task
All checks were successful
Lint / lint (push) Successful in 49s
Terraform Plan and Apply / cicd (push) Successful in 1m1s

- prevents OOM kills
This commit is contained in:
Ben Martin 2025-02-17 17:17:23 +00:00
parent af79673fdc
commit ca85518c4e
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -197,8 +197,9 @@ job "elk" {
}
resources {
cpu = 10
memory = 256
cpu = 10
memory = 128
memory_max = 512
}
template {