After a few days, slowly memory leak
xiaominger535 opened this issue · 3 comments
xiaominger535 commented
tiltwind commented
@xiaominger535 can u upload the prof data?
xiaominger535 commented
tiltwind commented
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.