Unraid Only Using 1 Thread


Recommended Posts

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.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.