File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Documentation/admin-guide/cgroup-v1 Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ on the next tick. For some applications in special situation, waiting
568
568
569
569
The 'cpuset.sched_relax_domain_level' file allows you to request changing
570
570
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,
572
572
otherwise initial value -1 that indicates the cpuset has no request.
573
573
574
574
====== ===========================================================
@@ -581,6 +581,11 @@ otherwise initial value -1 that indicates the cpuset has no request.
581
581
5 search system wide [on NUMA system]
582
582
====== ===========================================================
583
583
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
+
584
589
The system default is architecture dependent. The system default
585
590
can be changed using the relax_domain_level= boot parameter.
586
591
You can’t perform that action at this time.
0 commit comments