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.
What?
Add --ramp-up-blocks parameter to the stream command to deal with OOM
Why?