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

Precompilation: Limit the default number of tasks to 16 #2552

Merged
merged 2 commits into from
May 6, 2021

Conversation

IanButterworth
Copy link
Sponsor Member

Fixes #2404

Note that users can still override this via setting ENV["JULIA_NUM_PRECOMPILE_TASKS"]

@DilumAluthge DilumAluthge merged commit d4089a2 into JuliaLang:master May 6, 2021
@IanButterworth IanButterworth deleted the ib/precomp_limit branch May 6, 2021 01:37
@IanButterworth IanButterworth added the backport 1.6 Change should be backported to release-1.6 label May 6, 2021
KristofferC pushed a commit that referenced this pull request Jun 10, 2021
* limit the default number of precomp tasks to 16

* add JULIA_NUM_PRECOMPILE_TASKS to docs

(cherry picked from commit d4089a2)
@fredrikekre fredrikekre removed the backport 1.6 Change should be backported to release-1.6 label Jun 11, 2021
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 this pull request may close these issues.

Limit how many threads used during precompile
4 participants