Skip to content

MSBuild detects wrong core count on multi-proc machines #435

@rainersigwald

Description

@rainersigwald

If you use msbuild /m on a machine with more than 32 cores, we will only launch up to 32 processes. This appears to be because we generally run as a 32-bit process, and 32-bit Windows had a 32-core limit. But we should be able to use as many processes as cores, so we need to call an API that gives us "the real truth" about NUMBER_OF_PROCESSORS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions