fix(elk): increase memory allocation for elk job to improve performance
This commit is contained in:
parent
ac15eefedb
commit
1c1344c300
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ job "elk" {
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 500
|
cpu = 500
|
||||||
memory = 1024
|
memory = 1536
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue