Skip to content

Commit c196ddd

Browse files
(DOCS-8782): Remove 'heap_usage_bytes' from server status output (#2198)
1 parent 54469fd commit c196ddd

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
@@ -693,7 +693,6 @@ extra_info
693693

694694
"extra_info" : {
695695
"note" : "fields vary by platform.",
696-
"heap_usage_bytes" : <num>,
697696
"page_faults" : <num>
698697
},
699698

@@ -706,11 +705,6 @@ extra_info
706705

707706
A string with the text ``"fields vary by platform."``
708707

709-
.. serverstatus:: extra_info.heap_usage_bytes
710-
711-
The total size in bytes of heap space used by the database process.
712-
Available on Unix/Linux systems only.
713-
714708
.. serverstatus:: extra_info.page_faults
715709

716710
The total number of page faults. The

0 commit comments

Comments
 (0)