apache/dubbo-go-hessian2

After a few days, slowly memory leak

xiaominger535 opened this issue · 3 comments

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

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

@xiaominger535 can u upload the prof data?

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.