Skip to content

Conversation

weiminyu
Copy link
Collaborator

@weiminyu weiminyu commented Aug 29, 2025

The action was using string concatenation to generate the upload content. This causes an OOM when string length exceeds 25MB on our current VM.

This PR witches to streaming upload.

Also added an HTTP upload test.


This change is Reviewable

@weiminyu weiminyu force-pushed the oom-bsa-upload branch 2 times, most recently from 7cca7b1 to 69e1345 Compare August 29, 2025 17:47
The action was using string concatenation to generate the upload content.
This causes an OOM when string length exceeds 25MB on our current VM.

This PR witches to streaming upload.

Also added an HTTP upload test.
@weiminyu weiminyu closed this Sep 2, 2025
@weiminyu weiminyu deleted the oom-bsa-upload branch September 2, 2025 15:25
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