hugeadm
hugepage environment
Install
- All systems
-
curl cmd.cat/hugeadm.sh
- Debian
-
apt-get install libhugetlbfs-bin
- Ubuntu
-
apt-get install hugepages
- Kali Linux
-
apt-get install libhugetlbfs-bin
- CentOS
-
yum install libhugetlbfs-utils
- Fedora
-
dnf install libhugetlbfs-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hugepages
- Dockerfile
- dockerfile.run/hugeadm
libhugetlbfs-utils
hugepage environment
hugepages
A set of tools to configure huge pages of memory
libhugetlbfs-bin
Tools to ease use of hugetlbfs
libhugetlbfs is a library which provides easy access to huge pages of memory. It is a wrapper for the hugetlbfs file system. Applications can use huge pages to fulfill malloc() requests without being recompiled by using LD_PRELOAD. The package provies several userspace tools to help with huge page usability, environment setup, and control.