Skip to content

Commit 790262d

Browse files
(DOCS-8782): Remove 'heap_usage_bytes' from server status output (#2198)
1 parent 4702b2f commit 790262d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/reference/command/serverStatus.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ extra_info
677677

678678
"extra_info" : {
679679
"note" : "fields vary by platform.",
680-
"heap_usage_bytes" : <num>,
681680
"page_faults" : <num>
682681
},
683682

@@ -690,11 +689,6 @@ extra_info
690689

691690
A string with the text ``"fields vary by platform."``
692691

693-
.. serverstatus:: extra_info.heap_usage_bytes
694-
695-
The total size in bytes of heap space used by the database process.
696-
Available on Unix/Linux systems only.
697-
698692
.. serverstatus:: extra_info.page_faults
699693

700694
The total number of page faults. The

0 commit comments

Comments
 (0)