chore(keycloak): use memory oversubscription
This commit is contained in:
parent
3e804927eb
commit
47ef480a9e
1 changed files with 3 additions and 2 deletions
|
@ -63,8 +63,9 @@ job "keycloak" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 500
|
cpu = 500
|
||||||
memory = 512
|
memory = 512
|
||||||
|
memory_max = 1024
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue