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

Adjust the buffer size to avoid OOM #210

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

ywk253100
Copy link
Contributor

Adjust the buffer size to avoid OOM

Fixes vmware-tanzu/velero#6847

Adjust the buffer size to avoid OOM

Fixes vmware-tanzu/velero#6847

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
@ywk253100 ywk253100 marked this pull request as ready for review October 10, 2023 03:16
@codecov-commenter
Copy link

Codecov Report

Merging #210 (800a4dd) into main (d65ba53) will increase coverage by 3.87%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
+ Coverage   15.92%   19.80%   +3.87%     
==========================================
  Files           3        3              
  Lines         496      500       +4     
==========================================
+ Hits           79       99      +20     
+ Misses        414      398      -16     
  Partials        3        3              
Files Coverage Δ
velero-plugin-for-microsoft-azure/object_store.go 12.50% <100.00%> (+9.19%) ⬆️

@shubham-pampattiwar shubham-pampattiwar merged commit 371e238 into vmware-tanzu:main Oct 10, 2023
6 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.

Adjust the buffer size used in Azure plugin to avoid OOM
4 participants