• Binbin's avatar
    Fix maxmemory-samples stack overflow crash in evictionPoolPopulate, limit its... · acd96052
    Binbin authored
    Fix maxmemory-samples stack overflow crash in evictionPoolPopulate, limit its value to [1,64] (#13000)
    
    We have not limited the value of maxmemory-samples in the past, it can
    be set very large. If it is set very large, we will have stack overflow
    in evictionPoolPopulate when we trigger the key eviction.
    
    There is no reason for this config to be set too high, so just limit its
    range to [1,64].
    acd96052
redis.conf 106 KB