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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -