Skip to content
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

Open
TomTinking opened this issue Mar 19, 2024 · 5 comments
Open

[Feature request] CPU Usage limit #207

TomTinking opened this issue Mar 19, 2024 · 5 comments

Comments

@TomTinking
Copy link

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.

@jlesage
Copy link
Owner

jlesage commented Mar 19, 2024

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.

@TomTinking
Copy link
Author

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..

@jlesage
Copy link
Owner

jlesage commented Mar 19, 2024

Yes, MakeMKV is very I/O extensive :)

So what were your expectations by creating this issue ?

@TomTinking
Copy link
Author

Maybe just a suggestion in the docs.. as yeah it was big on the I and O.

@ThreepE0
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants