Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <journal>` enabled, the value
of :data:`~serverStatus.mem.virtual` is at least twice the value of :data:`~serverStatus.mem.mapped`.

With :term:`journaling <journal>` 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

Expand Down