You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config-linux.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ Each entry has the following structure:
255
255
If enabled (`false`), tasks that attempt to consume more memory than they are allowed are immediately killed by the OOM killer.
256
256
The OOM killer is enabled by default in every cgroup using the `memory` subsystem.
257
257
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].
259
259
260
260
***`disableOOMKiller`***(bool, OPTIONAL)* - enables or disables the OOM killer
261
261
@@ -268,7 +268,7 @@ For more information, see [the memory cgroup man page][cgroup-v1-memory].
268
268
#### <aname="configLinuxMemory" />Memory
269
269
270
270
**`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].
272
272
273
273
The following parameters can be specified to setup the controller:
274
274
@@ -300,7 +300,7 @@ The following parameters can be specified to setup the controller:
300
300
#### <aname="configLinuxCPU" />CPU
301
301
302
302
**`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].
304
304
305
305
The following parameters can be specified to setup the controller:
306
306
@@ -335,7 +335,7 @@ The following parameters can be specified to setup the controller:
335
335
#### <aname="configLinuxBlockIO" />Block IO
336
336
337
337
**`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].
339
339
340
340
The following parameters can be specified to setup the controller:
341
341
@@ -395,7 +395,7 @@ The following parameters can be specified to setup the controller:
395
395
396
396
**`hugepageLimits`** (array of objects, OPTIONAL) represents the `hugetlb` controller which allows to limit the
397
397
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].
399
399
400
400
Each entry has the following structure:
401
401
@@ -417,7 +417,7 @@ Each entry has the following structure:
417
417
#### <aname="configLinuxNetwork" />Network
418
418
419
419
**`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].
421
421
422
422
The following parameters can be specified to setup the controller:
423
423
@@ -449,7 +449,7 @@ The following parameters can be specified to setup the controller:
449
449
#### <aname="configLinuxPIDS" />PIDs
450
450
451
451
**`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].
453
453
454
454
The following parameters can be specified to setup the controller:
455
455
@@ -510,7 +510,7 @@ For more information, see the [sysctl(8)][sysctl.8] man page.
510
510
Seccomp provides application sandboxing mechanism in the Linux kernel.
511
511
Seccomp configuration allows one to configure actions to take for matched syscalls and furthermore also allows matching on values passed as arguments to syscalls.
512
512
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.
0 commit comments