rules_swift icon indicating copy to clipboard operation
rules_swift copied to clipboard

Feature flag to set num-threads to host threads

Open jerrymarino opened this issue 4 years ago • 0 comments

Currently, num-threads is hardcoded to 12. This PR sets the value to the number of cores return by sysctl, or "host threads". This may improve vertical scaling in some situations for larger core machines.

jerrymarino avatar Jun 09 '21 22:06 jerrymarino