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

Reduce ~2 GBs mem by avoiding another overalloc. (bp #14806) #14819

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 25, 2021

This is an automatic backport of pull request #14806 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

* Reduce few GBs mem by avoiding another overalloc.

* Use x.len() for the last item from chunks()

(cherry picked from commit 015058e)
@mergify mergify bot added the automerge Merge this Pull Request automatically once CI passes label Jan 25, 2021
@codecov
Copy link

codecov bot commented Jan 25, 2021

Codecov Report

Merging #14819 (f16a988) into v1.4 (ea97d82) will increase coverage by 0.0%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##             v1.4   #14819   +/-   ##
=======================================
  Coverage    82.5%    82.5%           
=======================================
  Files         387      387           
  Lines      100525   100528    +3     
=======================================
+ Hits        82981    83002   +21     
+ Misses      17544    17526   -18     

@mergify mergify bot merged commit 5471f93 into v1.4 Jan 25, 2021
@mergify mergify bot deleted the mergify/bp/v1.4/pr-14806 branch January 25, 2021 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant