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

View File

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