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

Limit reconstruction concurrency on farmer to avoid excessive memory usage #1619

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

nazar-pc
Copy link
Member

Fixes #1606 by simply not allowing reconstructing more than one piece at a time due to significant memory usage required for this.

Code contributor checklist:

@nazar-pc nazar-pc force-pushed the limit-reconstruction-concurrency-on-farmer branch from c7e52c8 to 10644eb Compare June 29, 2023 09:26
@nazar-pc nazar-pc merged commit 17fab0e into main Jun 29, 2023
9 checks passed
@nazar-pc nazar-pc deleted the limit-reconstruction-concurrency-on-farmer branch June 29, 2023 13:01
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.

Farmer crashing due to excessive memory usage
2 participants