Clarify a comment about memory total_frag field.
This commit is contained in:
parent
eb2114b9cd
commit
a9628142fd
@ -4059,8 +4059,10 @@ sds genRedisInfoString(char *section) {
|
|||||||
mh->rss_extra,
|
mh->rss_extra,
|
||||||
mh->rss_extra_bytes,
|
mh->rss_extra_bytes,
|
||||||
mh->total_frag, /* This is the total RSS overhead, including
|
mh->total_frag, /* This is the total RSS overhead, including
|
||||||
fragmentation. */
|
fragmentation, but not just it. This field
|
||||||
mh->total_frag_bytes, /* Named so for backwards compatibility. */
|
(and the next one) is named like that just
|
||||||
|
for backward compatibility. */
|
||||||
|
mh->total_frag_bytes,
|
||||||
freeMemoryGetNotCountedMemory(),
|
freeMemoryGetNotCountedMemory(),
|
||||||
mh->repl_backlog,
|
mh->repl_backlog,
|
||||||
mh->clients_slaves,
|
mh->clients_slaves,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user