From 45a6aeea56cb0ca234ecef91cb51cfa5d4f3672a Mon Sep 17 00:00:00 2001 From: "Michael C. Harris" Date: Wed, 20 Feb 2013 16:59:06 +1100 Subject: [PATCH] Resident memory is in MB This seems to have been missed in the edits related to https://jira.mongodb.org/browse/DOCS-741. --- source/reference/server-status.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/server-status.txt b/source/reference/server-status.txt index b8ca32b530f..f900d8a63e0 100644 --- a/source/reference/server-status.txt +++ b/source/reference/server-status.txt @@ -403,7 +403,7 @@ mem .. data:: serverStatus.mem.resident The value of :data:`~serverStatus.mem.resident` is roughly equivalent to the amount - of RAM, in bytes, currently used by the database process. In normal + of RAM, in megabytes (MB), currently used by the database process. In normal use this value tends to grow. In dedicated database servers this number tends to approach the total amount of system memory.