-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] CPU Usage limit #207
Comments
CPU limitation can be done by Docker during creation of the container. So I don't see the need to add/implement something else to the container itself. |
Agree but was surprised how much it hogged resources on my NAS.. I have many containers (sonarr etc).. and they have never hogged so much resource before.. |
Yes, MakeMKV is very I/O extensive :) So what were your expectations by creating this issue ? |
Maybe just a suggestion in the docs.. as yeah it was big on the I and O. |
Telling people to handle basic docker resource management seems an odd ask of a repo |
Idea
I suggest the container using at most 2 CPU threads. I had this set to unlimited and it used all resources on the NAS and it became unstable.
I set it to 2 and this made it more stable and speed was absolutely fine.
The text was updated successfully, but these errors were encountered: