How to Install numactl in Ubuntu 18.04



Install numactl by entering the following commands in the terminal:

sudo apt update
sudo apt install numactl

Description:

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.

Homepage: http://oss.sgi.com/projects/libnuma/

Version: 2.0.11-2.1

Section: admin