Skip to content

Commit c5522a7

Browse files
(DOCS-8782): Remove 'heap_usage_bytes' from server status output (#2198)
1 parent 774ba01 commit c5522a7

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
@@ -714,7 +714,6 @@ extra_info
714714

715715
"extra_info" : {
716716
"note" : "fields vary by platform.",
717-
"heap_usage_bytes" : <num>,
718717
"page_faults" : <num>
719718
},
720719

@@ -727,11 +726,6 @@ extra_info
727726

728727
A string with the text ``"fields vary by platform."``
729728

730-
.. serverstatus:: extra_info.heap_usage_bytes
731-
732-
The total size in bytes of heap space used by the database process.
733-
Available on Unix/Linux systems only.
734-
735729
.. serverstatus:: extra_info.page_faults
736730

737731
The total number of page faults. The

0 commit comments

Comments
 (0)