Memory leak reloading list items on Windows #18030
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
legacy-area-perf
Startup / Runtime performance
memory-leak 💦
Memory usage grows / objects live forever (sub: perf)
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
t/perf
The issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf)
Milestone
Description
The most important problem I face with my app is that it keep increasing it's memory usage.
At least one of the causes seem to be that my app has a collectionview that is bound to a grouped collection that needs it's
items to be reset multiple times (every time you come back to the screen).
I'm using the latest 8.0.0-rc.9373
I have tried to make a test sample that illustrates the problem.
This is a screenshot of the memory increase of my own application, not the test application.
Steps to Reproduce
start bugs project
click on bug8 button
keep pressing the reload button and watch memory increase.
Link to public reproduction project repository
https://github.com/sjorsmiltenburg/maui_bugs.git
Version with bug
7.0.96
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
8.0.0-rc.2.9373
Affected platforms
Windows
Affected platform versions
Windows
Did you find any workaround?
no
Relevant log output
No response
The text was updated successfully, but these errors were encountered: