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 --ramp-up-blocks parameter to the stream command to deal with OOM #197

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

medvedev1088
Copy link
Member

What?

Add --ramp-up-blocks parameter to the stream command to deal with OOM

Why?

  • ramp_up_blocks (int, optional): Specifies the count of initial blocks to be processed one by one before switching to batch processing. This approach is particularly beneficial for mitigating issues like Out-of-Memory (OOM) errors when dealing with large batches. Default is 0.

@medvedev1088 medvedev1088 merged commit 12575dd into main Nov 21, 2023
4 checks passed
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.

None yet

1 participant