Module sysconf::page[][src]

Query for configuration related to memory pages.

Huge Pages

Some systems support "huge pages" that are larger than the system's default page size. In the documentation for this module, we use the Linux name of "huge pages," although they go by different names on different platforms - superpages on Mac, and large pages on Windows.

Functions

default_hugepage

Get the system's default huge page size.

hugepage_supported

Determine whether huge pages of a particular size are supported.

pagesize

Get the system's page size.