forked from Deuxfleurs/nixcfg
prod: give more memory to promehteus
This commit is contained in:
parent
3d75b5a0bd
commit
dde6ece4db
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ job "telemetry-storage" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
memory = 1000
|
memory = 1500
|
||||||
|
memory_max = 4000
|
||||||
cpu = 1000
|
cpu = 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue