modulepackage
0.0.0-20240924203606-ebb2c337f2e2
Repository: https://github.com/getlantern/memhelper.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Track refreshes memory stats every refreshInterval and logs them every logPeriod.
TrackAndLimit tracks memory usage like Track and also tries to limit resident size (physical memory usage) to the given limitInBytes, applying the limit every limitPeriod.