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

payload: Add size limit for protobuf manifest #170

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

chenxiaolong
Copy link
Owner

This is the only part of the payload that we have to read entirely into memory. The limit is currently set to 1 MiB, which is around ~5-6x the manifest size in all the e2e test suite's images.

Issue: #169

This is the only part of the payload that we have to read entirely into
memory. The limit is currently set to 1 MiB, which is around ~5-6x the
manifest size in all the e2e test suite's images.

Issue: #169

Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong self-assigned this Sep 28, 2023
@chenxiaolong chenxiaolong merged commit ae2ebbf into master Sep 28, 2023
22 checks passed
@chenxiaolong chenxiaolong deleted the payload branch September 28, 2023 23:52
chenxiaolong added a commit that referenced this pull request Sep 28, 2023
Signed-off-by: Andrew Gunnerson <[email protected]>
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.

1 participant