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

ForkingTaskRunner: Set ActiveProcessorCount for tasks. #12592

Merged
merged 6 commits into from
Jun 15, 2022

Commits on Jun 1, 2022

  1. ForkingTaskRunner: Set ActiveProcessorCount for tasks.

    This prevents various automatically-sized thread pools from being unreasonably
    large (we don't want each task to size its pools as if it is the only thing on
    the entire machine).
    gianm committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8d4c397 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Fix tests.

    gianm committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    bc519e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    fb84fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e63d4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b4e91 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    1082e5c View commit details
    Browse the repository at this point in the history