diff options
| author | Shrikanth Hegde <[email protected]> | 2025-03-06 05:29:54 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2025-03-06 09:21:31 +0000 |
| commit | b1536481c81fb604074da799e4f2d2038a1663f7 (patch) | |
| tree | c42c590abcb5eed4062e028738a97d17e94f876d /tools/testing/selftests/kvm/x86/nested_exceptions_test.c | |
| parent | sched/deadline: Use online cpus for validating runtime (diff) | |
| download | kernel-b1536481c81fb604074da799e4f2d2038a1663f7.tar.gz kernel-b1536481c81fb604074da799e4f2d2038a1663f7.zip | |
sched/rt: Update limit of sched_rt sysctl in documentation
By default fair_server dl_server allocates 5% of the bandwidth to the root
domain. Due to this writing any value less than 5% fails due to -EBUSY:
$ cat /proc/sys/kernel/sched_rt_period_us
1000000
$ echo 49999 > /proc/sys/kernel/sched_rt_runtime_us
-bash: echo: write error: Device or resource busy
$ echo 50000 > /proc/sys/kernel/sched_rt_runtime_us
$
Since the sched_rt_runtime_us allows -1 as the minimum, put this
restriction in the documentation.
One should check average of runtime/period in
/sys/kernel/debug/sched/fair_server/cpuX/* for exact value.
Signed-off-by: Shrikanth Hegde <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Juri Lelli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/kvm/x86/nested_exceptions_test.c')
0 files changed, 0 insertions, 0 deletions
