Search results

  1. E

    Anyone worked with HugeTLB in Linux before?

    One more thing, libhugetlbfs also has another helper called hugectl which makes runtime configuration for using huge pages easier. So instead of knowing what env variables to set to use huge pages for malloc you simply call hugectl --heap ./my_program
  2. E

    Anyone worked with HugeTLB in Linux before?

    I am the libhugetlbfs maintainer, hopefully I can answer your questions. This is sort of true, hugeadm is designed to handle all the setup needed to use huge pages. It can manage hugetlbfs mount points, configure the size of the static and dynamic pools, configure your kernel for maximum huge...