Fix variable redisMaxMemory dans conf

Esse commit está contido em:
Teddy Cornaut 2018-09-06 09:23:44 +02:00
commit c568646a7d
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -326,7 +326,7 @@ maxclients %%redisMaxClients
# 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').
#
maxmemory %{redisMaxMemory}mb
maxmemory %%{redisMaxMemory}mb
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
# is reached. You can select among five behaviors:

Ver arquivo

@ -320,7 +320,7 @@ maxclients %%redisMaxClients
# 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').
#
maxmemory %{redisMaxMemory}mb
maxmemory %%{redisMaxMemory}mb
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
# is reached. You can select among five behaviors: