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

Its not possible to limit unmanic CPU wise #330

Open
CurlyFlow opened this issue Mar 18, 2023 · 0 comments
Open

Its not possible to limit unmanic CPU wise #330

CurlyFlow opened this issue Mar 18, 2023 · 0 comments
Labels
status:awaiting-triage type:enhancement New feature or request for feature enhancement

Comments

@CurlyFlow
Copy link

CurlyFlow commented Mar 18, 2023

Is your feature request related to a problem?

The problem i have is that i have limited CPU capacy but an free GPU and iGPU.

What is your feature request?

Currently there is no way to limit CPU activity. I know you can have multiple workers and archives, but its always the same, If you have a GPU load added, there is also a CPU load added...

I think like the nzb downloaders, there you can enter how many cores for unzip, or stop download when unzip.

We would need a limit for all CPU intensive tasks (im special talking about the whole audio processing stuff), Lets say max 2.

That way you could have more GPU tasks (encoding video files), but less CPU tasks (like encoding Audio) at the same time. Thats currently not possible, you have to limit GPU tasks to not get too many CPU tasks...

Are there any workarounds?

if < needs encoding cpu >, look how many are currently running, if too many, skip add to cpu quene, else start

Additional Context

Maybe add a quene for GPU and CPU tasks.

@CurlyFlow CurlyFlow added status:awaiting-triage type:enhancement New feature or request for feature enhancement labels Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:awaiting-triage type:enhancement New feature or request for feature enhancement
Projects
None yet
Development

No branches or pull requests

1 participant