]> git.saurik.com Git - redis.git/blobdiff - redis.conf
Limit memory used by big SLOWLOG entries.
[redis.git] / redis.conf
index b1ea6c2ee4d2419860f0c0a0c5cf15c8850e9a96..ed0e2f0e5de4582590d0c374300d21be942f16ac 100644 (file)
@@ -447,7 +447,7 @@ slowlog-log-slower-than 10000
 
 # There is no limit to this length. Just be aware that it will consume memory.
 # You can reclaim memory used by the slow log with SLOWLOG RESET.
-slowlog-max-len 1024
+slowlog-max-len 128
 
 ############################### ADVANCED CONFIG ###############################