Question

How can I use sched_setscheduler explained in this topic? It seems that I have to write a C code and run it on shell?

Était-ce utile?

La solution

To change the policy of a process from the shell you need to use chrt. To choose real time priorities you must be root. Beware that this is dangerous, raising priorities higher than the kernel interrupts will definitely have strange side effects!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top