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 {
|
||||
cpu = 2000
|
||||
memory = 2048
|
||||
cpu = 2000
|
||||
memory = 2048
|
||||
memory_max = 3072
|
||||
}
|
||||
|
||||
template {
|
||||
|
@ -544,7 +545,7 @@ job "elk" {
|
|||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
stream {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue