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_bytes,
|
||||
mh->total_frag, /* This is the total RSS overhead, including
|
||||
fragmentation. */
|
||||
mh->total_frag_bytes, /* Named so for backwards compatibility. */
|
||||
fragmentation, but not just it. This field
|
||||
(and the next one) is named like that just
|
||||
for backward compatibility. */
|
||||
mh->total_frag_bytes,
|
||||
freeMemoryGetNotCountedMemory(),
|
||||
mh->repl_backlog,
|
||||
mh->clients_slaves,
|
||||
|
Loading…
x
Reference in New Issue
Block a user