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

Increase the max blocks by 4x #832

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Conversation

scottopell
Copy link
Contributor

What does this PR do?

Block generation is at the heart of the lading payload generation, and unfortunately it is easy to specify configurations that will not "fill" to the desired capacity.

This increases the number of "chunks" that the data is split across in an attempt to remove rough edges.

Motivation

Specifically, this helps with a case where a user specifies a large "pre-gen-cache-size", but only small "block sizes". It is usually impossible to fill the full cache if only tiny blocks are available.

Related issues

Additional Notes

@scottopell scottopell requested a review from a team as a code owner March 4, 2024 21:45
@scottopell scottopell merged commit af63df2 into main Mar 5, 2024
16 checks passed
@scottopell scottopell deleted the sopell/increase-max-blocks branch March 5, 2024 17:55
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.

2 participants