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

reduce ZSTDMT_NBWORKERS_MAX in 32-bit mode #2643

Merged
merged 2 commits into from
May 12, 2021
Merged

reduce ZSTDMT_NBWORKERS_MAX in 32-bit mode #2643

merged 2 commits into from
May 12, 2021

Conversation

Cyan4973
Copy link
Contributor

@Cyan4973 Cyan4973 commented May 12, 2021

now reduced to 64.

Also, restored max limit to 256 when in 64-bit mode,
since it had been reduced to 200 to give more room for 32-bit environments,
which ultimately proved not enough.

Cyan4973 added 2 commits May 12, 2021 13:10
and restored limit to 256 when in 64-bit mode
(it was reduced to 200 to give more room for 32-bit).

This should fix test instability issues
using lot of threads in 32-bit environments.
Copy link
Contributor

@senhuang42 senhuang42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this has fixed the previously uasan 32 bit tests as expected!

@Cyan4973 Cyan4973 merged commit 705a62b into dev May 12, 2021
@Cyan4973 Cyan4973 deleted the workers32 branch December 9, 2021 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants