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

feat: throttle parallel prove commits #662

Merged
merged 7 commits into from
Jan 6, 2025
Merged

feat: throttle parallel prove commits #662

merged 7 commits into from
Jan 6, 2025

Conversation

th7nder
Copy link
Contributor

@th7nder th7nder commented Dec 31, 2024

Description

Closes #655 .
When running multiple prove commits in parallel it went OOM on my WSL, that's why added it as a configurable option.

Checklist

  • Have you tested this solution?

@th7nder th7nder added the enhancement New feature or request label Dec 31, 2024
@th7nder th7nder added this to the Phase 3 milestone Dec 31, 2024
@th7nder th7nder self-assigned this Dec 31, 2024
@th7nder th7nder mentioned this pull request Dec 31, 2024
34 tasks
storage-provider/server/src/main.rs Outdated Show resolved Hide resolved
storage-provider/server/src/main.rs Outdated Show resolved Hide resolved
storage-provider/server/src/pipeline/mod.rs Outdated Show resolved Hide resolved
@th7nder th7nder force-pushed the feat/595/generate-multiple-proofs branch from 4aac006 to 4a1df51 Compare January 3, 2025 09:45
@th7nder th7nder force-pushed the feat/655/throttle branch from 9ba8a3c to 64cae0f Compare January 3, 2025 10:16
Base automatically changed from feat/595/generate-multiple-proofs to develop January 3, 2025 12:22
@th7nder th7nder force-pushed the feat/655/throttle branch from 64cae0f to 87ce7fe Compare January 3, 2025 12:25
@th7nder th7nder marked this pull request as ready for review January 3, 2025 12:26
@th7nder th7nder added the ready for review Review is needed label Jan 3, 2025
@th7nder th7nder added ready for review Review is needed and removed ready for review Review is needed labels Jan 3, 2025
@th7nder th7nder requested a review from cernicc January 3, 2025 13:24
jmg-duarte
jmg-duarte previously approved these changes Jan 3, 2025
storage-provider/server/src/main.rs Show resolved Hide resolved
@th7nder th7nder added ready for review Review is needed and removed ready for review Review is needed labels Jan 3, 2025
@th7nder th7nder requested a review from jmg-duarte January 3, 2025 16:51
@th7nder th7nder enabled auto-merge (squash) January 3, 2025 17:55
@th7nder th7nder merged commit 866115c into develop Jan 6, 2025
5 checks passed
@th7nder th7nder deleted the feat/655/throttle branch January 6, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready for review Review is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throttle prove-commits
3 participants