mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 02:55:24 +02:00
chrt: update page (#12736)
This commit is contained in:
parent
4e8f732c4d
commit
f8c6fdb0fb
1 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`chrt --max`
|
||||
|
||||
- Set the scheduling policy for a process:
|
||||
- Set the scheduling priority of a process:
|
||||
|
||||
`chrt --pid {{priority}} {{PID}}`
|
||||
|
||||
- Set the scheduling policy of a process:
|
||||
|
||||
`chrt --{{deadline|idle|batch|rr|fifo|other}} --pid {{priority}} {{PID}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue