chore(elk): adjust resource allocation for connector
* connector spends most of its time idling
This commit is contained in:
parent
463e6ec9ad
commit
44e637a994
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,8 @@ job "elk" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 500
|
cpu = 10
|
||||||
memory = 512
|
memory = 256
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue