apache / dubbo-go-hessian2

caucho hessian2 implementation in Go for [apache/dubbo-go](https://github.com/apache/dubbo-go) which is compatible with [dubbo-hessian-lite](https://github.com/apache/dubbo-hessian-lite)
Apache License 2.0
209 stars 112 forks source link

After a few days, slowly memory leak #373

Open xiaominger535 opened 4 months ago

xiaominger535 commented 4 months ago

After a few days, slowly memory leak, v1.12.0

企业微信截图_cd694c02-8be0-4fbb-97ef-574083ede115
tiltwind commented 4 months ago

@xiaominger535 can u upload the prof data?

xiaominger535 commented 4 months ago

prof file pprof.sl-job.alloc_objects.alloc_space.inuse_objects.inuse_space.004.pb.gz

tiltwind commented 4 months ago

If a method occupies a large amount of memory, this usually indicates that the method has allocated a considerable amount of memory during its execution, or there is a hotspot of memory allocation in the method's call stack. The analysis of memory leaks may require multiple samplings and comparisons of heap/cpu/goroutine profile data at different time points.