X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Documentation%2Fvm%2Fhugetlbpage.txt;h=687104bfd09a79eef794b8dbe1357c33864d028c;hb=f034b5d4efdfe0fb9e2a1ce1d95fa7914f24de49;hp=2803f63c1a27622a3e3f3680d6c2a6398c993c7e;hpb=6fbe85f914ad08cc43408a40ad18a561222e1b93;p=powerpc.git diff --git a/Documentation/vm/hugetlbpage.txt b/Documentation/vm/hugetlbpage.txt index 2803f63c1a..687104bfd0 100644 --- a/Documentation/vm/hugetlbpage.txt +++ b/Documentation/vm/hugetlbpage.txt @@ -32,7 +32,16 @@ The output of "cat /proc/meminfo" will have lines like: ..... HugePages_Total: xxx HugePages_Free: yyy -Hugepagesize: zzz KB +HugePages_Rsvd: www +Hugepagesize: zzz kB + +where: +HugePages_Total is the size of the pool of hugepages. +HugePages_Free is the number of hugepages in the pool that are not yet +allocated. +HugePages_Rsvd is short for "reserved," and is the number of hugepages +for which a commitment to allocate from the pool has been made, but no +allocation has yet been made. It's vaguely analogous to overcommit. /proc/filesystems should also show a filesystem of type "hugetlbfs" configured in the kernel.