diff options
author | seokhoon.yoon <iamyooon@gmail.com> | 2016-08-02 23:23:57 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-03 15:43:58 -0600 |
commit | 09c3bcce7c3f640b560df148a3f47d4a3a13dc5e (patch) | |
tree | d0d94c2aa04899e68f8daebffdc8008d810b70c3 /Documentation/x86 | |
parent | d9a77fe243c9cee108050dcbfe8a91b10426dd3d (diff) | |
download | linux-09c3bcce7c3f640b560df148a3f47d4a3a13dc5e.tar.bz2 |
Documenation: update cgroup's document path
cgroup's document path is changed to "cgroup-v1". update it.
Signed-off-by: seokhoon.yoon <iamyooon@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/x86_64/fake-numa-for-cpusets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/x86/x86_64/fake-numa-for-cpusets b/Documentation/x86/x86_64/fake-numa-for-cpusets index 0f11d9becb0b..4b09f18831f8 100644 --- a/Documentation/x86/x86_64/fake-numa-for-cpusets +++ b/Documentation/x86/x86_64/fake-numa-for-cpusets @@ -8,7 +8,7 @@ assign them to cpusets and their attached tasks. This is a way of limiting the amount of system memory that are available to a certain class of tasks. For more information on the features of cpusets, see -Documentation/cgroups/cpusets.txt. +Documentation/cgroup-v1/cpusets.txt. There are a number of different configurations you can use for your needs. For more information on the numa=fake command line option and its various ways of configuring fake nodes, see Documentation/x86/x86_64/boot-options.txt. @@ -33,7 +33,7 @@ A machine may be split as follows with "numa=fake=4*512," as reported by dmesg: On node 3 totalpages: 131072 Now following the instructions for mounting the cpusets filesystem from -Documentation/cgroups/cpusets.txt, you can assign fake nodes (i.e. contiguous memory +Documentation/cgroup-v1/cpusets.txt, you can assign fake nodes (i.e. contiguous memory address spaces) to individual cpusets: [root@xroads /]# mkdir exampleset |