summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-04-16 09:42:14 +0200
committernicolargo <nicolas@nicolargo.com>2023-04-16 09:42:14 +0200
commit88a43bd771a2e6efd2d009caa21d5f53aff86811 (patch)
tree20cbb021d4fe5c9c93541cf4c429308ea850e27f /docs
parent4ea33c6e4be995178787d5ee9b7c81e0cd7edb29 (diff)
Parameters in the VIRT column #2343
Diffstat (limited to 'docs')
-rw-r--r--docs/aoa/ps.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/aoa/ps.rst b/docs/aoa/ps.rst
index ec4c4f95..310c8cd5 100644
--- a/docs/aoa/ps.rst
+++ b/docs/aoa/ps.rst
@@ -108,12 +108,15 @@ Columns display
``VIRT`` Virtual Memory Size
The total amount of virtual memory used by the
- process.
-
- It includes all code, data and shared
+ process. It includes all code, data and shared
libraries plus pages that have been swapped out
and pages that have been mapped but not used.
+ Virtual memory is usually much larger than physical
+ memory, making it possible to run programs for which
+ the total code plus data size is greater than the amount
+ of RAM available.
+
Most of the time, this is not a useful number.
``RES`` Resident Memory Size