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

Moved max_cpus check #3388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Moved max_cpus check #3388

wants to merge 1 commit into from

Conversation

lfield
Copy link
Contributor

@lfield lfield commented Dec 2, 2019

Moving the max_cpus check to address #3386.

The max_cpus preference is used to set the maximum number of CPUs (threads) to be used by a VM application.

@AenBleidd
Copy link
Member

@davidpanderson, could you please review this? Thanks in advance

@ChristianBeer
Copy link
Member

This also removes the max_cpus check for single threaded applications. Which will then affect how much work is send to the client. If a user has set project_prefs.max_cpus to 1 intentionally on his quadcore he/she will get 4 times the amount of work send with this change as compared to now.

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

Successfully merging this pull request may close these issues.

None yet

3 participants