Fix variable redisMaxMemory dans conf
This commit is contained in:
parent
ef49699351
commit
470e446bed
|
@ -326,7 +326,7 @@ maxclients %%redisMaxClients
|
||||||
# limit for maxmemory so that there is some free RAM on the system for slave
|
# limit for maxmemory so that there is some free RAM on the system for slave
|
||||||
# output buffers (but this is not needed if the policy is 'noeviction').
|
# output buffers (but this is not needed if the policy is 'noeviction').
|
||||||
#
|
#
|
||||||
maxmemory %{redisMaxMemory}mb
|
maxmemory %%{redisMaxMemory}mb
|
||||||
|
|
||||||
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
|
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
|
||||||
# is reached. You can select among five behaviors:
|
# is reached. You can select among five behaviors:
|
||||||
|
|
|
@ -320,7 +320,7 @@ maxclients %%redisMaxClients
|
||||||
# limit for maxmemory so that there is some free RAM on the system for slave
|
# limit for maxmemory so that there is some free RAM on the system for slave
|
||||||
# output buffers (but this is not needed if the policy is 'noeviction').
|
# output buffers (but this is not needed if the policy is 'noeviction').
|
||||||
#
|
#
|
||||||
maxmemory %{redisMaxMemory}mb
|
maxmemory %%{redisMaxMemory}mb
|
||||||
|
|
||||||
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
|
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
|
||||||
# is reached. You can select among five behaviors:
|
# is reached. You can select among five behaviors:
|
||||||
|
|
Loading…
Reference in New Issue