Reduce memory for blocky sidecar

This commit is contained in:
IamTheFij 2022-07-27 11:22:02 -07:00
parent fb934f3b2f
commit 92a30e6709
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ job "blocky" {
sidecar_task {
resources {
cpu = 50
memory = 50
memory = 20
memory_max = 50
}
}
}