-
Notifications
You must be signed in to change notification settings - Fork 81
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
Remove memory leaks #422
Remove memory leaks #422
Conversation
✅ Deploy Preview for agent-public-docs canceled.
|
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #422 +/- ##
==========================================
+ Coverage 67.43% 67.49% +0.06%
==========================================
Files 113 113
Lines 12764 12806 +42
==========================================
+ Hits 8607 8644 +37
- Misses 3588 3592 +4
- Partials 569 570 +1
☔ View full report in Codecov by Sentry. |
Proposed changes
Added some contexts to different places that memory leaks were occurring
Setting
PROFILE_ADDRESS
environmental variable will enable pprof:e.g.
PROFILE_ADDRESS=localhost:6060 go run main.go
will run pprof on localhost:6060
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
documentmake install-tools
and have attached any dependency changes to this pull requestREADME.md
)