Reduce redis memory

It's not used all that much right now
This commit is contained in:
IamTheFij 2023-03-12 10:23:26 -07:00
parent 437b5ce72e
commit d501da4c90
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ job "redis" {
resources {
cpu = 100
memory = 512
memory_max = 1024
memory = 128
memory_max = 512
}
}
}