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

feature request: compile under nice -n 40 ionice -c 3 #1763

Open
1 task done
Kamilcuk opened this issue Jul 29, 2024 · 0 comments
Open
1 task done

feature request: compile under nice -n 40 ionice -c 3 #1763

Kamilcuk opened this issue Jul 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Kamilcuk
Copy link

Kamilcuk commented Jul 29, 2024

I've searched open issues for similar requests

  • Yes

Is your feature request related to a problem? Please describe.

When compiling big rust projects in the background, my whole system becomes unresponsive. Something happening in the background is a background job and shouldn't affect foreground.

Describe the solution you'd like

I would want to reduce the system priority of installation jobs. In particular, add renice -n 40 and ionice -c 3 and chrt -i 0 before the compilation commands, so they happen with less priority.

Describe potential alternatives you've considered

https://github.com/jcrd/nicety https://github.com/nefelim4ag/Ananicy

Additional context

Thanks, mason is amazing, great project, I am using it daily, a lot of fun and it is very usefull.

@Kamilcuk Kamilcuk added the enhancement New feature or request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Needs triage
Development

No branches or pull requests

1 participant