1ad1335dc5
Several documents in Documentation/vm fit quite well into the "admin/user guide" category. The documents that don't overload the reader with lots of implementation details and provide coherent description of certain feature can be moved to Documentation/admin-guide/mm. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
What: /sys/kernel/mm/hugepages/
|
|
Date: June 2008
|
|
Contact: Nishanth Aravamudan <nacc@us.ibm.com>, hugetlb maintainers
|
|
Description:
|
|
/sys/kernel/mm/hugepages/ contains a number of subdirectories
|
|
of the form hugepages-<size>kB, where <size> is the page size
|
|
of the hugepages supported by the kernel/CPU combination.
|
|
|
|
Under these directories are a number of files:
|
|
nr_hugepages
|
|
nr_overcommit_hugepages
|
|
free_hugepages
|
|
surplus_hugepages
|
|
resv_hugepages
|
|
See Documentation/admin-guide/mm/hugetlbpage.rst for details.
|