You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
When using GetModelviewProperties its not clearing the memory after collection of data.
I need to add GC.Collect() and GC.WaitForPendingFinalizers() to get it to clean the memory.
(Pay attention to line 17-18 in code and Process memory on images)
This model have 3 956 555 property values so that can explain the amount of RAM, but not why its leaking.
The text was updated successfully, but these errors were encountered:
When using GetModelviewProperties its not clearing the memory after collection of data.
I need to add GC.Collect() and GC.WaitForPendingFinalizers() to get it to clean the memory.
(Pay attention to line 17-18 in code and Process memory on images)
This model have 3 956 555 property values so that can explain the amount of RAM, but not why its leaking.
The text was updated successfully, but these errors were encountered: