12-10-2018, 02:03 PM
(12-10-2018, 12:20 PM)mactolinux Wrote: Edward
Thank you for sharing this. All seems clear, more or less, this one is not really:
chrt -f -p 81 $(pidof mpd)
My previous attempt for FIFO in mpd.service, adding CPUSchedulingPolicy=fifo — failed, hi-res files were playing with interruptions. Is the command above doing the same?
Thanks.
Hi mactolinux
That line changes the priority of MPD to 81 and the process type to first in first out. Test it on the command line...sudo chrt...... Afterwards you can check top to verify. Works perfectly for me, been using it for nearly a decade.