slackbuilds/system/numactl
Wainamoinen 13d50602a3 system/numactl: Updated for version 2.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-01-15 07:04:01 +07:00
..
README system/numactl: Added (NUMA process control) 2013-06-21 09:30:38 -03:00
numactl.SlackBuild system/numactl: Updated for version 2.0.9. 2015-01-15 07:04:01 +07:00
numactl.info system/numactl: Updated for version 2.0.9. 2015-01-15 07:04:01 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

NUMA stands for Non-Uniform Memory Access, in other words a system
whose memory is not all in one place.
The numactl program allows you to run your application program on
specific cpu's and memory nodes. It does this by supplying a NUMA
memory policy to the operating system before running your program.