On 10/07/2011 08:57 PM, Chuck Martin wrote:
% ps -eo pid,rtprio,cls,cmd
16531 - TS /usr/bin/jackd -v -P70 -t2000 -dalsa -dhw:Intel -r48000 -p1024 -n2 -Xseq
-i2 -o2 -I1 -O1
It looks like set_rlimits is working until I look at the realtime priority
with ps. What am I doing wrong?
Realtime priorities are shown by ps only for threads that actually are
using a realtime scheduling policy, and jackd's first thread doesn't.
Use H to show threads.
Regards,
Clemens