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

Lower memory pressure when submitting many tasks with limited queue s… #12934

Merged
merged 6 commits into from
Mar 4, 2022

Conversation

dkocher
Copy link
Contributor

@dkocher dkocher commented Mar 3, 2022

…ize equal to the number of threads in the pool and run the task on the caller thread in case the queue fills up to allow catching up.

…ize equal to the number of threads in the pool and run the task on the caller thread in case the queue fills up to allow catching up.
@dkocher dkocher requested a review from a team as a code owner March 3, 2022 12:54
@dkocher dkocher enabled auto-merge March 3, 2022 14:40
@dkocher dkocher merged commit cc51cfd into master Mar 4, 2022
@dkocher dkocher deleted the bugfix/GH-12695 branch March 4, 2022 06:43
@dkocher dkocher added this to the 8.3.0 milestone Mar 7, 2022
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.

Memory issue with v8.1.1 on macOS Monterey 12.1 on a 13" MacBook Pro M1
2 participants