Skip to content

Commit ad0b0e8

Browse files
authored
Merge pull request #826 from Mashimiao/config-linux-fix-cgroups-des
config-linux.md: fix wrong link description about cgroups
2 parents 3908f28 + 727e64d commit ad0b0e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config-linux.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Each entry has the following structure:
255255
If enabled (`false`), tasks that attempt to consume more memory than they are allowed are immediately killed by the OOM killer.
256256
The OOM killer is enabled by default in every cgroup using the `memory` subsystem.
257257
To disable it, specify a value of `true`.
258-
For more information, see [the memory cgroup man page][cgroup-v1-memory].
258+
For more information, see the kernel cgroups documentation about [memory][cgroup-v1-memory].
259259

260260
* **`disableOOMKiller`** *(bool, OPTIONAL)* - enables or disables the OOM killer
261261

@@ -268,7 +268,7 @@ For more information, see [the memory cgroup man page][cgroup-v1-memory].
268268
#### <a name="configLinuxMemory" />Memory
269269

270270
**`memory`** (object, OPTIONAL) represents the cgroup subsystem `memory` and it's used to set limits on the container's memory usage.
271-
For more information, see [the memory cgroup man page][cgroup-v1-memory].
271+
For more information, see the kernel cgroups documentation about [memory][cgroup-v1-memory].
272272

273273
The following parameters can be specified to setup the controller:
274274

@@ -300,7 +300,7 @@ The following parameters can be specified to setup the controller:
300300
#### <a name="configLinuxCPU" />CPU
301301

302302
**`cpu`** (object, OPTIONAL) represents the cgroup subsystems `cpu` and `cpusets`.
303-
For more information, see [the cpusets cgroup man page][cgroup-v1-cpusets].
303+
For more information, see the kernel cgroups documentation about [cpusets][cgroup-v1-cpusets].
304304

305305
The following parameters can be specified to setup the controller:
306306

@@ -335,7 +335,7 @@ The following parameters can be specified to setup the controller:
335335
#### <a name="configLinuxBlockIO" />Block IO
336336

337337
**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block IO controller.
338-
For more information, see [the kernel cgroups documentation about blkio][cgroup-v1-blkio].
338+
For more information, see the kernel cgroups documentation about [blkio][cgroup-v1-blkio].
339339

340340
The following parameters can be specified to setup the controller:
341341

@@ -395,7 +395,7 @@ The following parameters can be specified to setup the controller:
395395

396396
**`hugepageLimits`** (array of objects, OPTIONAL) represents the `hugetlb` controller which allows to limit the
397397
HugeTLB usage per control group and enforces the controller limit during page fault.
398-
For more information, see the [kernel cgroups documentation about HugeTLB][cgroup-v1-hugetlb].
398+
For more information, see the kernel cgroups documentation about [HugeTLB][cgroup-v1-hugetlb].
399399

400400
Each entry has the following structure:
401401

@@ -417,7 +417,7 @@ Each entry has the following structure:
417417
#### <a name="configLinuxNetwork" />Network
418418

419419
**`network`** (object, OPTIONAL) represents the cgroup subsystems `net_cls` and `net_prio`.
420-
For more information, see [the net\_cls cgroup man page][cgroup-v1-net-cls] and [the net\_prio cgroup man page][cgroup-v1-net-prio].
420+
For more information, see the kernel cgroups documentations about [net\_cls cgroup][cgroup-v1-net-cls] and [net\_prio cgroup][cgroup-v1-net-prio].
421421

422422
The following parameters can be specified to setup the controller:
423423

@@ -449,7 +449,7 @@ The following parameters can be specified to setup the controller:
449449
#### <a name="configLinuxPIDS" />PIDs
450450

451451
**`pids`** (object, OPTIONAL) represents the cgroup subsystem `pids`.
452-
For more information, see [the pids cgroup man page][cgroup-v1-pids].
452+
For more information, see the kernel cgroups documentation about [pids][cgroup-v1-pids].
453453

454454
The following parameters can be specified to setup the controller:
455455

@@ -510,7 +510,7 @@ For more information, see the [sysctl(8)][sysctl.8] man page.
510510
Seccomp provides application sandboxing mechanism in the Linux kernel.
511511
Seccomp configuration allows one to configure actions to take for matched syscalls and furthermore also allows matching on values passed as arguments to syscalls.
512512
For more information about Seccomp, see [Seccomp][seccomp] kernel documentation.
513-
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][] and are translated to corresponding values.
513+
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][libseccomp] and are translated to corresponding values.
514514

515515
**`seccomp`** (object, OPTIONAL)
516516

0 commit comments

Comments
 (0)