diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-09-21 12:45:14 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-09-21 12:45:14 +0200 |
| commit | e0cea3bc9162d1083c0198d0731c8f734d2eacc0 (patch) | |
| tree | 53c92201fd08769dc783254d012b387962313b7d /psutil/_pslinux.py | |
| parent | b278bf43b76c85560372a567d1af10953b67273f (diff) | |
| download | psutil-e0cea3bc9162d1083c0198d0731c8f734d2eacc0.tar.gz | |
update doc887-linux-free-mem-standardization
Diffstat (limited to 'psutil/_pslinux.py')
| -rw-r--r-- | psutil/_pslinux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/_pslinux.py b/psutil/_pslinux.py index 4ed20dea..c3750fec 100644 --- a/psutil/_pslinux.py +++ b/psutil/_pslinux.py @@ -350,7 +350,7 @@ def virtual_memory(): For reference, procps-ng-3.3.10 is the version available on Ubuntu 16.04. - Note about "available" memory. Up until psutil 4.3 it was + Note about "available" memory: up until psutil 4.3 it was calculated as "avail = (free + buffers + cached)". Now "MemAvailable:" column (kernel 3.14) from /proc/meminfo is used as it's more accurate. |
