mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 02:01:21 +00:00
MEMORY DOCTOR initial implementation.
This commit is contained in:
@ -2870,7 +2870,7 @@ sds genRedisInfoString(char *section) {
|
||||
server.maxmemory,
|
||||
maxmemory_hmem,
|
||||
evict_policy,
|
||||
zmalloc_get_fragmentation_ratio(server.resident_set_size),
|
||||
mh->fragmentation,
|
||||
ZMALLOC_LIB,
|
||||
lazyfreeGetPendingObjectsCount()
|
||||
);
|
||||
|
Reference in New Issue
Block a user