mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
![]() 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 <sshegde@linux.ibm.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Juri Lelli <juri.lelli@redhat.com> Link: https://lore.kernel.org/r/20250306052954.452005-3-sshegde@linux.ibm.com |
||
---|---|---|
.. | ||
completion.rst | ||
index.rst | ||
membarrier.rst | ||
sched-arch.rst | ||
sched-bwc.rst | ||
sched-capacity.rst | ||
sched-deadline.rst | ||
sched-debug.rst | ||
sched-design-CFS.rst | ||
sched-domains.rst | ||
sched-eevdf.rst | ||
sched-energy.rst | ||
sched-ext.rst | ||
sched-nice-design.rst | ||
sched-pelt.c | ||
sched-rt-group.rst | ||
sched-stats.rst | ||
sched-util-clamp.rst | ||
schedutil.rst | ||
text_files.rst |