mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
active memory defragmentation
This commit is contained in:
20
redis.conf
20
redis.conf
@ -1228,3 +1228,23 @@ aof-rewrite-incremental-fsync yes
|
||||
#
|
||||
# lfu-log-factor 10
|
||||
# lfu-decay-time 1
|
||||
|
||||
########################### ACTIVE DEFRAGMENTATION #######################
|
||||
|
||||
# enabled active defragmentation
|
||||
# activedefrag yes
|
||||
|
||||
# minimum amount of fragmentation waste to start active defrag
|
||||
# active-defrag-ignore-bytes 100mb
|
||||
|
||||
# minimum percentage of fragmentation to start active defrag
|
||||
# active-defrag-threshold-lower 10
|
||||
|
||||
# maximum percentage of fragmentation at which we use maximum effort
|
||||
# active-defrag-threshold-upper 100
|
||||
|
||||
# minimal effort for defrag in CPU percentage
|
||||
# active-defrag-cycle-min 25
|
||||
|
||||
# maximal effort for defrag in CPU percentage
|
||||
# active-defrag-cycle-max 75
|
||||
|
Reference in New Issue
Block a user