Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated rr_interval option #1054

Open
blackteahamburger opened this issue Dec 25, 2024 · 0 comments
Open

Outdated rr_interval option #1054

blackteahamburger opened this issue Dec 25, 2024 · 0 comments

Comments

@blackteahamburger
Copy link
Contributor

blackteahamburger commented Dec 25, 2024

I noticed that:

sed -i -e "s/u64 sched_timeslice_ns __read_mostly = (4 * 1000 * 1000);/u64 sched_timeslice_ns __read_mostly = (${_rr_interval} * 1000 * 1000);/" ./kernel/sched/${_sched}.c

has had no effect since v6.7. Can you consider change it to a legacy option (or at least add an explanation)?

@blackteahamburger blackteahamburger changed the title Redundant rr_interval setting Outdated rr_interval option Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant