We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d9d1a commit 3b73922Copy full SHA for 3b73922
1 file changed
docs/man/containerd-config.toml.5.md
@@ -42,6 +42,10 @@ Imported files will overwrite simple fields like `int` or
42
Imported files are also versioned, and the version can't be higher than
43
the main config.
44
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
+
49
**[grpc]**
50
: Section for gRPC socket listener settings. Contains three properties:
51
- **address** (Default: "/run/containerd/containerd.sock")
@@ -93,6 +97,7 @@ root = "/var/lib/containerd"
93
97
state = "/run/containerd"
94
98
oom_score = 0
95
99
imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
100
+sched_core = true
96
101
102
[grpc]
103
address = "/run/containerd/containerd.sock"
0 commit comments