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

Potential multiprocessing issue on Windows with 64+ cores #69

Open
amyreese opened this issue Sep 28, 2022 · 0 comments
Open

Potential multiprocessing issue on Windows with 64+ cores #69

amyreese opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@amyreese
Copy link
Member

Seeing the following exceptions on a Windows machine with 64 cores when running trailrunner via ufmt:

ValueError: need at most 63 handles, got a sequence of length 63

Setting max_workers=X where X < 60 seems to be a solution, but should verify that setting max_workers=60 doesn't mean we spawn 60 child processes even if there are fewer jobs to complete.

@amyreese amyreese added the bug Something isn't working label Sep 28, 2022
@amyreese amyreese self-assigned this Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant