SlackBuildsOrg/system/numactl/README
Wainamoinen 8f13cfa1f2 system/numactl: Added (NUMA process control)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-06-21 09:30:38 -03:00

5 lines
304 B
Text

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.