Home
last modified time | relevance | path

Searched refs:CONFIG_DEFAULT_MAXMEMORY_SAMPLES (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h140 #define CONFIG_DEFAULT_MAXMEMORY_SAMPLES 5 macro
H A Dconfig.c2169 …mericalOption(state,"maxmemory-samples",server.maxmemory_samples,CONFIG_DEFAULT_MAXMEMORY_SAMPLES);
H A Dserver.c1608 server.maxmemory_samples = CONFIG_DEFAULT_MAXMEMORY_SAMPLES; in initServerConfig()