diff options
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/proc.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index 22d89aa37218..8533f5f9bb2d 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt | |||
@@ -767,6 +767,7 @@ The "Locked" indicates whether the mapping is locked in memory or not. | |||
767 | 767 | ||
768 | MemTotal: 16344972 kB | 768 | MemTotal: 16344972 kB |
769 | MemFree: 13634064 kB | 769 | MemFree: 13634064 kB |
770 | MemAvailable: 14836172 kB | ||
770 | Buffers: 3656 kB | 771 | Buffers: 3656 kB |
771 | Cached: 1195708 kB | 772 | Cached: 1195708 kB |
772 | SwapCached: 0 kB | 773 | SwapCached: 0 kB |
@@ -799,6 +800,14 @@ AnonHugePages: 49152 kB | |||
799 | MemTotal: Total usable ram (i.e. physical ram minus a few reserved | 800 | MemTotal: Total usable ram (i.e. physical ram minus a few reserved |
800 | bits and the kernel binary code) | 801 | bits and the kernel binary code) |
801 | MemFree: The sum of LowFree+HighFree | 802 | MemFree: The sum of LowFree+HighFree |
803 | MemAvailable: An estimate of how much memory is available for starting new | ||
804 | applications, without swapping. Calculated from MemFree, | ||
805 | SReclaimable, the size of the file LRU lists, and the low | ||
806 | watermarks in each zone. | ||
807 | The estimate takes into account that the system needs some | ||
808 | page cache to function well, and that not all reclaimable | ||
809 | slab will be reclaimable, due to items being in use. The | ||
810 | impact of those factors will vary from system to system. | ||
802 | Buffers: Relatively temporary storage for raw disk blocks | 811 | Buffers: Relatively temporary storage for raw disk blocks |
803 | shouldn't get tremendously large (20MB or so) | 812 | shouldn't get tremendously large (20MB or so) |
804 | Cached: in-memory cache for files read from the disk (the | 813 | Cached: in-memory cache for files read from the disk (the |