File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 410
410
411
411
.. status:: mem.virtual
412
412
413
- :status:`mem.virtual` displays the quantity, in bytes , of virtual memory
413
+ :status:`mem.virtual` displays the quantity, in megabytes (MB) , of virtual memory
414
414
used by the :program:`mongod` process. In typical deployments this value
415
415
is slightly larger than :status:`mem.mapped`. If this value is
416
416
significantly (i.e. gigabytes) larger than :status:`mem.mapped`,
@@ -428,10 +428,19 @@ mem
428
428
429
429
.. status:: mem.mapped
430
430
431
- The value of :status:`mem.mapped` provides the amount of mapped memory by
431
+ The value of :status:`mem.mapped` provides the amount of mapped memory,
432
+ in megabytes (MB), by
432
433
the database. Because MongoDB uses memory-mapped files, this value
433
434
is likely to be to be roughly equivalent to the total size of your
434
435
database or databases.
436
+
437
+ .. status:: mem.mappedWithJournal
438
+
439
+ :status:`mem.mappedWithJournal` provides the amount of
440
+ mapped memory, in megabytes (MB), including the memory used for
441
+ journaling.
442
+ This value will always be twice the value of :status:`mem.mapped`.
443
+ This field is only included if journaling is enabled.
435
444
436
445
.. _server-status-connections:
437
446
You can’t perform that action at this time.
0 commit comments