I enabled cpuset package and 'm pusing mconnect app with upmpdcli, everything is perfect.
Yesterday, I controlled CPU usage and allocations, and I saw that Upmpdcli was working on CPU1 (user), but MPD was working on CPU0 (system).
As far as I know, music player(mpd) should play on CPU1 for best sound. I want to isolate upmpd and mpd on CPU1 from every other thing that is working on CPU 0.
As you can see, PID numbers:
MPD: 1197,
Upmpdcli: 1181
![[Image: top-ss1.png]](https://i.ibb.co/kB0bj7t/top-ss1.png)
You can see that Upmpdcli is working on CPU1, while MPD is working on CPU0.
![[Image: htop-ss2.png]](https://i.ibb.co/9ndG0RY/htop-ss2.png)
So, What can I do for isolating MPD on CPU1 with Upmpdcli on startup? I have some Linux skills then I'm open for all suggestions

Thank you,