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

Long running soaking test for memory leaks #553

Open
sethAmazon opened this issue Feb 10, 2022 · 1 comment
Open

Long running soaking test for memory leaks #553

sethAmazon opened this issue Feb 10, 2022 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@sethAmazon
Copy link
Member

We have no long running tests that can check for memory leaks.

I was think we just have a job that deploys the binary onto permanent ec2 instances. Add an alarm on the instance memory that will trigger if we are above a target.

Golang should not have memory leaks due to how it does gc. Though there could be a cache that is not properly cleared by collector code causing an issue.

@wyTrivail
Copy link
Contributor

We used to use cwagent on the same instance to collect memory consumption of otcollector process as part of soaking test and perf test, not sure if this was removed afterwards?

@erichsueh3 erichsueh3 added help wanted Extra attention is needed question Further information is requested labels Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants