| numactl | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
| NAME | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| SYNOPSIS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| DESCRIPTION | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| all | All nodes |
| number | Node number |
| number1{,number2} | Node number1 and Node number2 |
| number1-number2 | Nodes from number1 to number2 |
| ! nodes | Invert selection of the following specification. |
| EXAMPLES | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
numactl --cpubind=0--membind=0,1 process Run process on node 0 with memory allocated on node 0 and 1.
numactl --preferred=1 numactl --show Set preferred node 1 and show the resulting state.
numactl --interleave=all --shmkeyfile /tmp/shmkey Interleave all of the sysv shared memory regiion specified by /tmp/shmkey over all nodes.
numactl --offset=1G --length=1G --membind=1 --file /dev/shm/A --touch Bind the second gigabyte in the tmpfs file /dev/shm/A to node 1.
numactl --localalloc /dev/shm/file Reset the policy for the shared memory file file to the default localalloc policy.
| NOTES | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
Command is not executed using a shell. If you want to use shell metacharacters in the child use sh -c as wrapper.
Setting policy for a hugetlbfs file does currently not work because it cannot be extended by truncate.
Shared memory segments larger than numactl's address space cannot be completely policied. This could be a problem on 32bit architectures. Changing it piece by piece may work.
The old --cpubind which accepts node numbers, not cpu numbers, is deprecated and replaced with the new --cpunodebind and --physcpubind options.
| FILES | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
/sys/devices/system/node/node*/numastat for NUMA memory hit statistics.
| COPYRIGHT | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| SEE ALSO | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| Sommaire | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
| Table des mots clés | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
| --cpunodebind=nodes, -N nodes | DESCRIPTION |
| --dump | DESCRIPTION |
| --file tmpfsfile | DESCRIPTION |
| --hardware, -H | DESCRIPTION |
| --huge | DESCRIPTION |
| --interleave=nodes, -i nodes | DESCRIPTION |
| --length length | DESCRIPTION |
| --localalloc, -l | DESCRIPTION |
| --membind=nodes, -m nodes | DESCRIPTION |
| --offset | DESCRIPTION |
| --physcpubind=cpus, -C cpus | DESCRIPTION |
| --preferred=node | DESCRIPTION |
| --shm shmkeyfile | DESCRIPTION |
| --shmid id | DESCRIPTION |
| --shmmode shmmode | DESCRIPTION |
| --show, -s | DESCRIPTION |
| --strict | DESCRIPTION |
| --touch | DESCRIPTION |