Compare commits
2 commits
463e6ec9ad
...
73b88013cc
Author | SHA1 | Date | |
---|---|---|---|
73b88013cc | |||
44e637a994 |
1 changed files with 5 additions and 4 deletions
|
@ -354,8 +354,8 @@ job "elk" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 500
|
||||
memory = 512
|
||||
cpu = 10
|
||||
memory = 256
|
||||
}
|
||||
|
||||
template {
|
||||
|
@ -435,8 +435,9 @@ job "elk" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 1500
|
||||
memory = 1024
|
||||
cpu = 500
|
||||
memory = 512
|
||||
memory_max = 1024
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue