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

wait until threads finish before sleeping #38

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

james-jdgtl
Copy link
Contributor

@james-jdgtl james-jdgtl commented Mar 3, 2025

In case it helps avoid OOM due to a race condition:

  • maximum threads at 200,
  • joining up threads at the end before sleeping
  • reporting on memory at the beginning and the end of the run

Copy link
Contributor

@Sandhya1874 Sandhya1874 left a comment

Choose a reason for hiding this comment

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

LGTM

@james-jdgtl james-jdgtl merged commit a541f34 into main Mar 3, 2025
2 checks passed
@james-jdgtl james-jdgtl deleted the bug/threads-wait-until-finish branch March 3, 2025 13:35
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.

2 participants