logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

pagesize - Print supported system page sizes

Authors

       libhugetlbfs was written by various people on the libhugetlbfs-devel mailing list.

                                                October 10, 2008                                     PAGESIZE(1)

Description

       The  pagesize utility prints the page sizes of a page of memory in bytes, as returned by getpagesizes(3).
       This is useful when creating portable  shell  scripts,  configuring  huge  page  pools  with  hugeadm  or
       launching applications to use huge pages with hugectl.

       If  no  parameters are specified, pagesize prints the system base page size as returned by getpagesize().
       The following parameters affect what other pagesizes are displayed.

       --huge-only,-H

              Display all huge pages supported by the system as returned by gethugepagesizes().

       --all,-a

              Display all page sizes supported by the system.

Name

       pagesize - Print supported system page sizes

See Also

oprofile(1),getpagesize(2),getpagesizes(3),gethugepagesizes(3),hugectl(7),hugeadm(7),libhugetlbfs(7)

Synopsis

pagesize[options]

See Also