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

Maximize parallelization #384

Closed
glhewett opened this issue Oct 24, 2023 · 0 comments · Fixed by #391
Closed

Maximize parallelization #384

glhewett opened this issue Oct 24, 2023 · 0 comments · Fixed by #391

Comments

@glhewett
Copy link
Contributor

Each of the runners run with multiple cores. We should maximize the use of all of the cores. In the document below, the number of cores are documented. Each build step should have a --parallel argument to specify the number of cores to build with.

From the information provide, we should target having (number of cores + 1) threads. Since linux and windows only have 2 cores, we should use 3 parallel executions. MacOs will utilize all 3 of its cores with that value as well.

ref: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant