We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We noticed community feedback that dae may cause high memory usage. Let's add Golang diagnose support for dae.
It could be either adding --pprof command line argument to enable pprof, or integrating with https://github.com/google/gops into dae.
--pprof
Only with these support we can tell if there is memory leak / goroutine leak.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue!
Sorry, something went wrong.
Closed by #532
No branches or pull requests
Improvement Suggestion
We noticed community feedback that dae may cause high memory usage. Let's add Golang diagnose support for dae.
It could be either adding
--pprof
command line argument to enable pprof, or integrating with https://github.com/google/gops into dae.Potential Benefits
Only with these support we can tell if there is memory leak / goroutine leak.
The text was updated successfully, but these errors were encountered: