Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After a few days, slowly memory leak #373

Open
xiaominger535 opened this issue May 28, 2024 · 3 comments
Open

After a few days, slowly memory leak #373

xiaominger535 opened this issue May 28, 2024 · 3 comments

Comments

@xiaominger535
Copy link

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

企业微信截图_cd694c02-8be0-4fbb-97ef-574083ede115
@tiltwind
Copy link
Contributor

@xiaominger535 can u upload the prof data?

@xiaominger535
Copy link
Author

@tiltwind
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants