runtime: threads and their Ms aren't released promptly enough in some case #56668
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
i don't know
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Use pprof find thread is more than goroutine
confirm the thread is 35 in os
It result in the memory increase caused by runtime.allocm and it is not released
What did you expect to see?
1、The number of threads decreases.
2、Memory growth caused by runtime.allocm no longer occurs
What did you see instead?
1、The number of threads is more than goroutine and not destroy.
2、Memory growth caused by runtime.allocm occurs
The text was updated successfully, but these errors were encountered: