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

Minimum CPUs check #5086

Merged
merged 4 commits into from
Sep 5, 2019
Merged

Minimum CPUs check #5086

merged 4 commits into from
Sep 5, 2019

Commits on Sep 2, 2019

  1. Added check to exit app and show error message if number of cpus

    is less than the minimum required.
    MaxKam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    5ec324e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac49c96 View commit details
    Browse the repository at this point in the history
  3. Fixed counting of physical CPU cores

    Gopsutil packae doesn't automatically return a count of CPU cores, have to use
    the Counts function.
    MaxKam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    68f8dca View commit details
    Browse the repository at this point in the history
  4. Fixed formatting issue

    MaxKam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4831b48 View commit details
    Browse the repository at this point in the history