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

memory leaks in data visualization #7074

Closed
7 tasks
davetsay opened this issue Sep 20, 2023 · 0 comments · Fixed by #7075
Closed
7 tasks

memory leaks in data visualization #7074

davetsay opened this issue Sep 20, 2023 · 0 comments · Fixed by #7075
Labels
performance impacts or improves performance type:bug verified Tested or intentionally closed
Milestone

Comments

@davetsay
Copy link
Contributor

davetsay commented Sep 20, 2023

Summary

memory leaks need to be addressed

  • openmct.components creates a memory leak, is no longer used, and can be removed completely (it was a means to get openmct vue components into plugins developed outside of core openmct)
  • plots are not being cleaned up properly (WARNING: Too many active WebGL contexts. Oldest context will be lost.)

Expected vs Current Behavior

Steps to Reproduce

Environment

  • Open MCT Version:
  • Deployment Type:
  • OS:
  • Browser:

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance impacts or improves performance type:bug verified Tested or intentionally closed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants