]> git.saurik.com Git - redis.git/blobdiff - redis.conf
more practical maxmemory+slaves hint in redis.conf
[redis.git] / redis.conf
index 62d816fffa7759e4b4b7b771f42a4d28bf304096..4760f291481d9d784e70e088c8c05e33e102ecd5 100644 (file)
@@ -219,6 +219,10 @@ slave-serve-stale-data yes
 # 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.
 #
+# 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 POLICY: how Redis will select what to remove when maxmemory