]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/cpusets/cpuset-test
- from PLD
[rc-scripts.git] / sysconfig / cpusets / cpuset-test
1 # Name of the cpuset
2 NAME=test
3
4 # list of CPUs in that cpuset
5 CPUS=1-2
6
7 # list of Memory Nodes in that cpuset
8 MEMS=1-2
9
10 # If a cpuset is cpu or mem exclusive, no other cpuset, other than a direct
11 # ancestor or descendent, may share any of the same CPUs or Memory Nodes.
12
13 # is cpu placement exclusive?
14 CPU_EXCLUSIVE=1
15
16 # is memory placement exclusive?
17 MEM_EXCLUSIVE=1
18
19
20 #NOTIFY_ON_RELEASE=0
21
22 # PIDs of tasks in this cpuset
23 #TASKS=
24
25 ONBOOT=no