jlesage / docker-makemkv

Docker container for MakeMKV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] CPU Usage limit

TomTinking opened this issue · comments

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.

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.