chore(elk): reduce maximum memory allocation from 4096 to 3072
This commit is contained in:
parent
f0f851baee
commit
fe1e7fa05e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ job "elk" {
|
||||||
resources {
|
resources {
|
||||||
cpu = 2000
|
cpu = 2000
|
||||||
memory = 2048
|
memory = 2048
|
||||||
memory_max = 4096
|
memory_max = 3072
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue