Pstark Posted March 30 Share Posted March 30 Is it normal for Unraid to only use 1 thread? I isolated 2 cores for the host to use but I have never seen it use any more than 1 thread. I imagine it would make the UI snappier if it could utilize more. Quote Link to comment
Squid Posted March 30 Share Posted March 30 What you've done is allowed the OS to use everything BUT 0,16 and 1,17 If you want it to only use those cores, you isolate everything else. 1 Quote Link to comment
Pstark Posted March 31 Author Share Posted March 31 16 hours ago, Squid said: What you've done is allowed the OS to use everything BUT 0,16 and 1,17 If you want it to only use those cores, you isolate everything else. Updated my isolation and now I'm getting an error from FCP. Quote Link to comment
Squid Posted March 31 Share Posted March 31 You're getting an error / warning because you've pinned docker containers to cores isolated from the OS, which means that say jellyfin will actually only run on core 2 instead of all of the ones you've pinned it to. If you're trying to do docker pinning, then you don't want any of the cores isolated from the OS. Generally you only use isolation to have a VM have exclusive access to those cores and nothing else, including containers. You have to remember that docker is part of the OS and if you isolate cores from the OS then the containers have no access to them. You technically can do it, but because the OS doesn't have access the container effectively only runs on the lowest numbered core you've pinned it to and nothing else. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.