Skip to content

Conversation

kpamnany
Copy link
Member

@kpamnany kpamnany commented Jul 5, 2022

No description provided.

kpamnany added 2 commits July 5, 2022 09:31
Currently constrained to `totalmem / ncores / 2` for `_P64` which
results in a very short collect interval when you're running with
a smaller number of threads on a machine with many cores.

Changes this to `totalmem / nthreads / 2` which, for two of our
tests, resulted in 40% and 60% runtime reduction (!!) as well as
GC time reduction from 46% to 10% and 64% to 11%.
To allow use of `jl_n_threads` in GC initialization.
@kpamnany kpamnany requested a review from KristofferC July 5, 2022 13:42
@KristofferC KristofferC added the merge me PR is reviewed. Merge when all tests are passing label Jul 5, 2022
@KristofferC KristofferC merged commit 7a23871 into JuliaLang:backports-release-1.8 Jul 5, 2022
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Jul 6, 2022
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.

3 participants