-
Notifications
You must be signed in to change notification settings - Fork 162
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
igx-data-chart memory leak when there are two or more charts with the same sync channel #13995
Comments
Please note we don’t technically consider this to be a bug. It is intended that the syncchannel keeps a chart pinned and prevents it from being collected. There are expensive resources associated with the synclink if you are simply detaching the chart from the layout and moving it elsewhere that we don’t wish to churn. |
There has been no recent activity and this issue has been marked inactive. |
@gmurray81 I strongly agree that it is not technically a bug. On the other hand, is there a workaround for this issue, such as an explicit way to release resources? Or is it okay to request a workaround, such as creating a workaround entry point? Or, according to your reply, can I expect that this issue is technically solvable in Angular at least, and that the fixed version of "Ignite UI for Angular" will be released someday? Because regardless of how this issue is from a technical standpoint, we need to be able to provide some solutions or workarounds to a support request from a customer who is having trouble with memory leaks. Your feedback is greatly appreciated as we work together to find a solution to this issue. |
@jsakamotoIGJP sorry, I was trying to explain that above. It should be fine as long as you remove it from the |
@gmurray81 Thank you for your so prompt response! |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
When two or more igx-data-chart components on a page are combined with the same sync channel, a memory leak occurs after leaving that page.
Steps to reproduce
2024-03-18_17h07_36.mp4
Result
You will see there are some objects with the name "igx" that were added but not deleted in the "Comparison" view of the Memory tab.
Expected result
The "Delta" column for all objects with the name "igx" should be zero in the "Comparison" view of the Memory tab.
Attachments
📦c-00235192-ng-app1-v17.1.4 (3).zip
The text was updated successfully, but these errors were encountered: