Skip to content

Systems with more than 64 logical processors #9

Description

@aholzinger

In times of AMD Epyc or Intel Granite Rapids processors even physical core count exceeds 64. The ReservedCpuSets program internally is using a 64 bit integer representation for the CPU affinity mask which obviously is not enough for those kind of processors.

bitmask = Convert.ToString(Convert.ToInt64(hexString, 16), 2);

Are there any plans to also support modern CPUs (or dual socket systems)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions