No luck with adding rule to set CPU DMA latency

Hi, I'm attempting to add this udev rule to /etc/udev/rules.d/, but it doesn't seem to be applying from what I can tell, even after running sudo udevadm control --reload-rules and sudo udevadm trigger. Is there a way to do this through tuned?
For what it's worth, my main goal at the moment is to reduce buffer overruns, since I work with low-latency, realtime audio in Reaper. I'm not trying to fruitlessly improve game performance, or something. Does bazzite keep /dev/cpu_dma_latency from having rules applied to it, or am I doing something wrong? Should I do this through tuned instead, somehow?
GitHub
Mirror of Ardour Source Code. Contribute to Ardour/ardour development by creating an account on GitHub.
Solution
you can probably then add a [cpu] section and add force_latency=99
Was this page helpful?