MEMORY DOCTOR initial implementation.

This commit is contained in:
antirez
2016-09-16 16:36:53 +02:00
parent d9325ac6c8
commit 44e714a59c
4 changed files with 104 additions and 8 deletions

View File

@ -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()
);