Real Time Scheduling for audio in openSUSE

Posted on Sun 08 March 2015 in misc

I was getting the following message from jack / hydogen

Cannot use real-time scheduling

To solve this I added the following to  /etc/security/limits.conf

@audio - rtprio 99
@audio - memlock 250000
@audio - nice -10

and also added myself to the audio group (sudo usermod -a -G audio jon)