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

Assignment Ranges not functioning properly #43

Closed
evilmtv opened this issue May 1, 2019 · 4 comments
Closed

Assignment Ranges not functioning properly #43

evilmtv opened this issue May 1, 2019 · 4 comments
Assignees
Milestone

Comments

@evilmtv
Copy link

evilmtv commented May 1, 2019

I have a 8C16T CPU and I intend to do:
6 threads for the game
2 threads for everything else
8 threads for OBS encoding

When I do these settings:
Work/Play: Custom, 1-6
Stream: Last Half
Assign Other Processes: Remaining Cores
image
Everything works fine, game is assigned first 6 cores and OBS is assigned last 8 cores.

However, if I choose to do this instead which should mean the same thing:
Work/Play: Custom, 1-6
Stream: Custom, 9-16
Assign Other Processes: Remaining Cores

Other processes:
image image
Game:
image
OBS:
image

@rcmaehl rcmaehl self-assigned this May 2, 2019
@rcmaehl rcmaehl added this to the 1.7.1.0 milestone May 2, 2019
@rcmaehl
Copy link
Owner

rcmaehl commented May 2, 2019

I'll try to get this added this weekend. Should be a simple enough fix to ignore anything that already has a custom allocation.

@evilmtv
Copy link
Author

evilmtv commented May 2, 2019

I do not know the backend but I think it may be deeper than that. It seems that the stream process (OBS) is not even being assigned to its own cores. Perhaps it's not fully reading the user provided value i.e. just 9 instead of 9-16

@evilmtv
Copy link
Author

evilmtv commented May 2, 2019

On further testing, it seems its only bugged for Stream process if i use the dash -. Comma , works fine.

@rcmaehl
Copy link
Owner

rcmaehl commented May 3, 2019

On further testing, it seems its only bugged for Stream process if i use the dash -. Comma , works fine.

I'll take a look in to this.

rcmaehl added a commit that referenced this issue May 5, 2019
rcmaehl added a commit that referenced this issue May 6, 2019
@rcmaehl rcmaehl changed the title Custom allocation causes issues Assignment Ranges not functioning properly May 6, 2019
@rcmaehl rcmaehl closed this as completed in 2aaae8f May 7, 2019
rcmaehl added a commit that referenced this issue May 10, 2019
Continue on #43, #40, #9
Put Exclusions in an array
Add ability to sort Exclusions List
More Fixes for controls being enabled when they shouldn't be
Only Refresh the current tab to prevent locking up NCC for too long
rcmaehl added a commit that referenced this issue May 10, 2019
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

2 participants