Hi,
I got this from: https://help.ubuntu.com/community/UbuntuStudioPreparation

Real-Time Support

Now you need to set up real-time access for your applications.

All you have to do for this is give your audio group permissions to
access the rtprio, nice, and memlock limits. To do this, you just need
to run these commands:

 sudo su -c 'echo @audio - rtprio 99 >> /etc/security/limits.conf'
 sudo su -c 'echo @audio - memlock 250000 >> /etc/security/limits.conf'
 sudo su -c 'echo @audio - nice -10 >> /etc/security/limits.conf'

-- 
Jack does not start with real time scheduling
https://bugs.launchpad.net/bugs/108718
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to