Renicing things #969
Unanswered
grahamperrin
asked this question in
Q&A
Replies: 2 comments
-
Today I discovered rtprio(1). pkg and poudriere - a lightning trip - HackMD thanks @skunkwerks via https://forums.freebsd.org/posts/563555. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It would really be nice if info from https://forums.freebsd.org/posts/563555 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
nice(1)
#178
renice(8)
An example. Two (2) jobs allowed, one of two specified ports (
gpu-firmware-kmod
) building at the time of this screenshot:Zooming in:
Question
If I had used htop(1) F7 to increase the priority of the selected command (a parent) then the increase would take effect:
gpu-firmware-kmod
– true?
(Apologies for the basic question. I have used FreeBSD for years, but never really used
nice
orrenice
.)Notes to self
https://stackoverflow.com/a/1061699/38108
https://stackoverflow.com/q/2463533/38108
Via https://stackoverflow.com/a/8165440/38108:
https://github.com/jedie/python-code-snippets/blob/master/CodeSnippets/reniceall.py
Beta Was this translation helpful? Give feedback.
All reactions