mirror of https://github.com/CrimsonTome/tldr.git
chrt: update page (#12736)
parent
4e8f732c4d
commit
f8c6fdb0fb
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
`chrt --max`
|
`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}}`
|
`chrt --{{deadline|idle|batch|rr|fifo|other}} --pid {{priority}} {{PID}}`
|
||||||
|
|
Loading…
Reference in New Issue