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

Do not read TGZs into memory. #5983

Merged
merged 3 commits into from
Dec 20, 2020
Merged

Do not read TGZs into memory. #5983

merged 3 commits into from
Dec 20, 2020

Conversation

pgavlin
Copy link
Member

@pgavlin pgavlin commented Dec 19, 2020

This runs a serious risk of exhausting the memory on lower-end machines
(e.g. certain CI VMs), especially given the potential size of some
plugins.

@pgavlin
Copy link
Member Author

pgavlin commented Dec 19, 2020

@jkisk I suspect that the service CI failures may be related to this issue.

@pgavlin pgavlin added impact/no-changelog-required This issue doesn't require a CHANGELOG update and removed impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Dec 20, 2020
This runs a serious risk of exhausting the memory on lower-end machines
(e.g. certain CI VMs), especially given the potential size of some
plugins.
@pgavlin pgavlin merged commit eeff525 into master Dec 20, 2020
@pulumi-bot pulumi-bot deleted the pgavlin/tgz branch December 20, 2020 20:54
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.

None yet

2 participants