Skip to content

Better auto-detection of physical cpus #5

Open
@fluffynuts

Description

@fluffynuts

HT is a lie which just causes things to take longer.

When auto-scaling for the system, we should be trying to use actual cpu count as a limiter. MAX_CONCURRENCY is a way for the user to override this, but we have to be smarter than os.cpus() because that reports logical processors, which essentially counts total HT threads.

here's some ideas:

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