Then I noticed that jack and ardour started to complain about not being able to lock enough memory.
So I checked and found to my surprise:
Code: Select all
anton@PF16W6Y2 ~ $ ulimit -l -r
max locked memory (kbytes, -l) 256
real-time priority (-r) 99
anton@PF16W6Y2 ~ $ cat /etc/security/limits.d/40-realtime-base.conf
# Start of 40-realtime-base.conf from realtime-base-0.1
@realtime - rtprio 99
@realtime - memlock unlimited
# End of 40-realtime-base.conf from realtime-base-0.1
I also checked my systemd config:
Code: Select all
anton@PF16W6Y2 ~ $ cat /etc/systemd/user/40-audio-limits.conf
[Manager]
#DefaultLimitNICE=
DefaultLimitRTPRIO=95
DefaultLimitMEMLOCK=1073741824


