chore(elk): increase memory alloc
- but actually apply it to elk and not renovate this time - block device io v high...
This commit is contained in:
parent
34f2bf4e0a
commit
c509d99b6b
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ job "elk" {
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 2000
|
cpu = 2000
|
||||||
memory = 1536
|
memory = 2048
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
|
@ -16,7 +16,7 @@ job "renovate" {
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 2000
|
cpu = 2000
|
||||||
memory = 1536
|
memory = 1024
|
||||||
}
|
}
|
||||||
|
|
||||||
env {
|
env {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue