Commit f9ef912c authored by antirez's avatar antirez
Browse files

more practical maxmemory+slaves hint in redis.conf

parent cebb7b92
...@@ -219,6 +219,10 @@ slave-serve-stale-data yes ...@@ -219,6 +219,10 @@ slave-serve-stale-data yes
# buffer of slaves is full with DELs of keys evicted triggering the deletion # buffer of slaves is full with DELs of keys evicted triggering the deletion
# of more keys, and so forth until the database is completely emptied. # of more keys, and so forth until the database is completely emptied.
# #
# In short... if you have slaves attached it is suggested that you set a lower
# 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 <bytes> # maxmemory <bytes>
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory # MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment