memhog
NUMA scheduling and memory placement tool
Install
- All systems
-
curl cmd.cat/memhog.sh
- Debian
-
apt-get install numactl
- Ubuntu
-
apt-get install numactl
- Arch Linux
-
pacman -S numactl
- Kali Linux
-
apt-get install numactl
- CentOS
-
yum install numactl
- Fedora
-
dnf install numactl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install numactl
- Dockerfile
- dockerfile.run/memhog
numactl
NUMA scheduling and memory placement tool
numactl runs processes with a specific NUMA (Non-Uniform Memory Architecture) scheduling or memory placement policy. In addition it can set persistent policy for shared memory segments or files.