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

Add a max_concurrency setting #36

Closed
rikhuijzer opened this issue Jan 13, 2022 · 2 comments · Fixed by #98
Closed

Add a max_concurrency setting #36

rikhuijzer opened this issue Jan 13, 2022 · 2 comments · Fixed by #98

Comments

@rikhuijzer
Copy link
Owner

This could be nice in cases where the parallel build is causing problems (setting max_concurrency=1) or to reduce the number of concurrent runs when each tutorial spawns many threads.

@rikhuijzer
Copy link
Owner Author

This is sort of solved in #37 by setting use_distributed=false.

@rikhuijzer
Copy link
Owner Author

Jup this is really important to fix. My pc grinded to a halt on 11 notebooks because it’s using all available memory and swap memory. Need to keep the async task spawning in check

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 a pull request may close this issue.

1 participant