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

fix(providers): Reduce memory allocation (gc thrash) (#3695) #14

Conversation

Lyndon-Li
Copy link
Collaborator

Avoid minio allocations by implementing ReadAt function. This change causes Minio libraries to reduce memory allocations. Specifically, buffer allocations for S3 upload.
Add tests for new functionality.


Avoid minio allocations by implementing `ReadAt` function.
This change causes Minio libraries to reduce memory allocations.
Specifically, buffer allocations for S3 upload.
Add tests for new functionality.

---------

Co-authored-by: Shikhar Mall <[email protected]>
Co-authored-by: Nick <[email protected]>
@Lyndon-Li Lyndon-Li merged commit a639f2d into project-velero:v0.16.0-velero-patch Apr 3, 2024
8 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.

2 participants