02-27-2021, 11:05 AM
also you can play around with modifying this option in mpd.service:
here you can try fifo instead of other, or try values explained in the file.
you can go higher. just try out.
you can go lower.
This two configs only has effects depending on chosen Policy as described in file.
After you changed mpd.service it is enough to restart mpd and daemon, but a reboot works too ;-)
Kind regards, Martin
Code:
CPUSchedulePolicy=other
Code:
CPUSchedulingPriority=43
you can go higher. just try out.
Code:
Nice=-10
This two configs only has effects depending on chosen Policy as described in file.
After you changed mpd.service it is enough to restart mpd and daemon, but a reboot works too ;-)
Code:
sudo systemctl daemon-reload
sudo systemctl restart mpd
Kind regards, Martin