memory leaks - Dumping heap of Go process at runtime -
we have go
process in production using gigabytes more memory usual. it's suffered unusual memory leak. stopped input process allow gc settle. still running res of multiple gigabytes. there way attach process , dump heap in way can analyzed using hprof visualization tools?
for now, can use runtime package write heap profile file, , analyze gpreftools visualization tool.
Comments
Post a Comment