change resource allocation for im
This commit is contained in:
parent
60f65552d2
commit
1cbdfa9d5b
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ job "im" {
|
|||
|
||||
restart {
|
||||
attempts = 10
|
||||
delay = "60s"
|
||||
delay = "30s"
|
||||
}
|
||||
|
||||
task "restore-db" {
|
||||
|
@ -44,7 +44,7 @@ job "im" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 1000
|
||||
memory = 200
|
||||
cpu = 1000
|
||||
}
|
||||
}
|
||||
|
@ -84,7 +84,7 @@ job "im" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 1500
|
||||
memory = 2500
|
||||
cpu = 1000
|
||||
}
|
||||
|
||||
|
@ -152,7 +152,7 @@ EOH
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 500
|
||||
memory = 200
|
||||
cpu = 100
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue