Change resource allocation
This commit is contained in:
parent
c586633613
commit
573a86b87c
2 changed files with 5 additions and 5 deletions
|
@ -48,8 +48,8 @@ EOH
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 100
|
||||
cpu = 100
|
||||
memory = 100
|
||||
}
|
||||
|
||||
service {
|
||||
|
@ -115,8 +115,8 @@ EOH
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 100
|
||||
cpu = 100
|
||||
memory = 40
|
||||
cpu = 50
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -406,8 +406,8 @@ job "email" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 40
|
||||
cpu = 100
|
||||
memory = 100
|
||||
}
|
||||
|
||||
service {
|
||||
|
|
Reference in a new issue