Skip to content

reduce ZSTDMT_NBWORKERS_MAX in 32-bit mode#2643

Merged
Cyan4973 merged 2 commits intodevfrom
workers32
May 12, 2021
Merged

reduce ZSTDMT_NBWORKERS_MAX in 32-bit mode#2643
Cyan4973 merged 2 commits intodevfrom
workers32

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

@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