summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Güttler <guettliml@thomas-guettler.de>2019-12-05 12:38:04 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-12-05 19:38:04 +0800
commitcb3133fca680fc5a39b2fb5e3569ee343c26d57b (patch)
tree03a86691c4d98e88fa0e4d282f1262cf10bc893f
parent78c8669f9c11fc4d4105925e2fb5e13963abd4a5 (diff)
downloadpsutil-cb3133fca680fc5a39b2fb5e3569ee343c26d57b.tar.gz
total physical memory (exclusive swap). (#1634)
fix #1633
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 951bc23c..cc1ef246 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -300,7 +300,7 @@ Memory
Return statistics about system memory usage as a named tuple including the
following fields, expressed in bytes. Main metrics:
- - **total**: total physical memory.
+ - **total**: total physical memory (exclusive swap).
- **available**: the memory that can be given instantly to processes without
the system going into swap.
This is calculated by summing different memory values depending on the