-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
fix discover memory leak #100436
fix discover memory leak #100436
Conversation
src/plugins/discover/public/application/angular/directives/histogram.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
Co-authored-by: Marco Vettorello <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@timroes could you review this as an interim solution? Thanks! |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Pull request was converted to draft
Will address memory leak in elastic/elastic-charts#1201 |
Summary
Interim fix for discover memory leaks related to
@elastic/charts
see elastic/elastic-charts#1148.The main issue is that every new render creates a unique chart id and creates a new redux store along with many
re-reselect
selectors.