ProcessInfo::getNumAvailableCores() only returns up to 32 on Windows

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor - P4
    • 3.6.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Platforms 2017-10-02
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We're only checking the first 32bits of the result of GetProcessAffinityMask. If we want to be able to detect more than 64 logical processors, we need to use a different API, GetLogicalProcessorInformationEx I believe.

            Assignee:
            Henrik Edin
            Reporter:
            Henrik Edin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: