You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
we have evidence of memleaks and it isn't always clear in the heap profile.
another source of memleaks that we haven't explored much, is leaking goroutines. https://golang.org/pkg/runtime/#NumGoroutine
exposing this as a metric can become useful for this, and also other problems
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
we have evidence of memleaks and it isn't always clear in the heap profile.
another source of memleaks that we haven't explored much, is leaking goroutines.
https://golang.org/pkg/runtime/#NumGoroutine
exposing this as a metric can become useful for this, and also other problems
The text was updated successfully, but these errors were encountered: