staging: change resources for im job

This commit is contained in:
Alex 2022-11-04 11:22:54 +01:00
parent cc945340a1
commit 7587024ff5
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

@ -50,7 +50,8 @@ job "im" {
} }
resources { resources {
memory = 200 memory = 100
memory_max = 1000
cpu = 1000 cpu = 1000
} }
} }
@ -91,6 +92,7 @@ job "im" {
resources { resources {
memory = 2000 memory = 2000
memory_max = 3000
cpu = 1000 cpu = 1000
} }
@ -126,6 +128,7 @@ job "im" {
resources { resources {
cpu = 100 cpu = 100
memory = 100 memory = 100
memory_max = 500
} }
template { template {
@ -163,7 +166,8 @@ EOH
} }
resources { resources {
memory = 250 memory = 200
memory_max = 1000
cpu = 100 cpu = 100
} }
} }