chore(elk): add memory_max to nodes
This commit is contained in:
parent
7670cc6de4
commit
f2cb4fd2a1
1 changed files with 4 additions and 3 deletions
|
@ -69,8 +69,9 @@ job "elk" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 2000
|
cpu = 2000
|
||||||
memory = 2048
|
memory = 2048
|
||||||
|
memory_max = 3072
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
@ -544,7 +545,7 @@ job "elk" {
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
stream {
|
stream {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue