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

[bug] get_cpus is not supporting cgroup2 #11635 #11667

Merged
merged 2 commits into from Jul 22, 2022

Commits on Jul 21, 2022

  1. [bug] get_cpus is not supporting cgroup2 conan-io#11635

    Maria Mozgunova committed Jul 21, 2022
    Copy the full SHA
    1fb20cf View commit details
    Browse the repository at this point in the history
  2. Fix cgroup2 "max" case conan-io#11635

    When $MAX == "max", there is no limit on the cpu usage set
    Use multiprocessing.cpu_count() function in that case
    Maria Mozgunova committed Jul 21, 2022
    Copy the full SHA
    9e43328 View commit details
    Browse the repository at this point in the history