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(rubygems): Restrict the usage of large response strings #4994

Merged
merged 1 commit into from
Dec 16, 2019

Conversation

zharinov
Copy link
Collaborator

According to this V8 bug report, results of string functions like slice(...) and split(...) still point to original memory region, which prevents it from being garbage collected. This PR tries to get rid of ~30Mb response body, by explicit copying all the values we'll need further.

@zharinov zharinov changed the title fix(rubygems): Restrict the usage of large response strings [WIP] fix(rubygems): Restrict the usage of large response strings Dec 15, 2019
@rarkins rarkins merged commit 0eb12ce into renovatebot:master Dec 16, 2019
@rarkins rarkins deleted the fix/rubygems-org-cache branch December 16, 2019 04:48
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 19.83.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants