diff --git a/source/reference/command/serverStatus.txt b/source/reference/command/serverStatus.txt index bc01587142a..5e00edb0dfb 100644 --- a/source/reference/command/serverStatus.txt +++ b/source/reference/command/serverStatus.txt @@ -441,13 +441,11 @@ mem .. data:: serverStatus.mem.virtual :data:`~serverStatus.mem.virtual` displays the quantity, in megabytes (MB), of virtual memory - used by the :program:`mongod` process. In typical deployments this value - is slightly larger than :data:`~serverStatus.mem.mapped`. If this value is - significantly (i.e. gigabytes) larger than :data:`~serverStatus.mem.mapped`, - this could indicate a memory leak. + used by the :program:`mongod` process. With :term:`journaling ` enabled, the value + of :data:`~serverStatus.mem.virtual` is at least twice the value of :data:`~serverStatus.mem.mapped`. - With :term:`journaling ` enabled, the value of :data:`~serverStatus.mem.virtual` - is twice the value of :data:`~serverStatus.mem.mapped`. + If this value is significantly (e.g. 3 times or more) larger than :data:`~serverStatus.mem.mapped`, + this could indicate a memory leak. .. data:: serverStatus.mem.supported