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