Skip to content

Commit 0f1c74b

Browse files
vitalyvbIngo Molnar
authored andcommitted
docs: cgroup-v1: Clarify that domain levels are system-specific
Add a clarification that domain levels are system-specific and where to check for system details. Signed-off-by: Vitalii Bursov <vitaly@bursov.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Valentin Schneider <vschneid@redhat.com> Acked-by: Vincent Guittot <vincent.guittot@linaro.org> Link: https://lore.kernel.org/r/42b177a2e897cdf880caf9c2025f5b609e820334.1714488502.git.vitaly@bursov.com
1 parent 287372f commit 0f1c74b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/admin-guide/cgroup-v1/cpusets.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ on the next tick. For some applications in special situation, waiting
568568

569569
The 'cpuset.sched_relax_domain_level' file allows you to request changing
570570
this searching range as you like. This file takes int value which
571-
indicates size of searching range in levels ideally as follows,
571+
indicates size of searching range in levels approximately as follows,
572572
otherwise initial value -1 that indicates the cpuset has no request.
573573

574574
====== ===========================================================
@@ -581,6 +581,11 @@ otherwise initial value -1 that indicates the cpuset has no request.
581581
5 search system wide [on NUMA system]
582582
====== ===========================================================
583583

584+
Not all levels can be present and values can change depending on the
585+
system architecture and kernel configuration. Check
586+
/sys/kernel/debug/sched/domains/cpu*/domain*/ for system-specific
587+
details.
588+
584589
The system default is architecture dependent. The system default
585590
can be changed using the relax_domain_level= boot parameter.
586591

0 commit comments

Comments
 (0)