Skip to content

Commit 45a6aee

Browse files
Resident memory is in MB
This seems to have been missed in the edits related to https://jira.mongodb.org/browse/DOCS-741.
1 parent c7ff117 commit 45a6aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/server-status.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ mem
403403
.. data:: serverStatus.mem.resident
404404

405405
The value of :data:`~serverStatus.mem.resident` is roughly equivalent to the amount
406-
of RAM, in bytes, currently used by the database process. In normal
406+
of RAM, in megabytes (MB), currently used by the database process. In normal
407407
use this value tends to grow. In dedicated database servers this
408408
number tends to approach the total amount of system memory.
409409

0 commit comments

Comments
 (0)