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

cpu_count returns wrong results in the case of dynamically enabled CPU cores #1200

Closed
KOLANICH opened this issue Dec 30, 2017 · 1 comment
Closed

Comments

@KOLANICH
Copy link

Some systems allow to disable CPU cores to save power. On these systems cpu_count usually returns the count of cores less than the available one, for example on 4 core cpu it usually returns 2 (unless something heavy is not started in background or the cores are not manually brought up).

@giampaolo
Copy link
Owner

See #1122
Closing this one as duplicate.

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

No branches or pull requests

2 participants