Reduce redis memory
It's not used all that much right now
This commit is contained in:
parent
437b5ce72e
commit
d501da4c90
@ -70,8 +70,8 @@ job "redis" {
|
||||
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 512
|
||||
memory_max = 1024
|
||||
memory = 128
|
||||
memory_max = 512
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user