Skip to content

Commit 3b73922

Browse files
committed
feat(doc): add Core Scheduling documentation
Adding documentation for the Core Scheduling feature. Signed-off-by: Romain Aviolat <[email protected]>
1 parent 10d9d1a commit 3b73922

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/man/containerd-config.toml.5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Imported files will overwrite simple fields like `int` or
4242
Imported files are also versioned, and the version can't be higher than
4343
the main config.
4444

45+
**sched_core**
46+
: Core scheduling is a feature that allows only trusted tasks to run concurrently
47+
on cpus sharing compute resources (eg: hyperthreads on a core).
48+
4549
**[grpc]**
4650
: Section for gRPC socket listener settings. Contains three properties:
4751
- **address** (Default: "/run/containerd/containerd.sock")
@@ -93,6 +97,7 @@ root = "/var/lib/containerd"
9397
state = "/run/containerd"
9498
oom_score = 0
9599
imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
100+
sched_core = true
96101
97102
[grpc]
98103
address = "/run/containerd/containerd.sock"

0 commit comments

Comments
 (0)