Skip to content

return of the manual GC calls

David Vorick requested to merge manual-gc into master

MERGE REQUEST

Overview

Doing some debugging in production suggested that we should bring back this code. We had it, we removed it, now we are adding it back. I want to put this in the RC so we can monitor users memory usage and see if it returns to v1.4.1 levels. If so, I think we can comfortably assert that this code is important.

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods, or updating methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to work flow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog updated
Edited by David Vorick

Merge request reports