chore: adjust memory resources for connector task
- prevents OOM kills
This commit is contained in:
parent
af79673fdc
commit
ca85518c4e
1 changed files with 3 additions and 2 deletions
|
@ -197,8 +197,9 @@ job "elk" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 10
|
||||
memory = 256
|
||||
cpu = 10
|
||||
memory = 128
|
||||
memory_max = 512
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue