1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 07:35:24 +02:00

chrt: update page (#12736)

This commit is contained in:
Lena 2024-05-06 03:12:24 +02:00 committed by GitHub
parent 4e8f732c4d
commit f8c6fdb0fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`