-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Binding Cache is filled and not purged, Memory grows #146
Comments
Let me try to explain:
So basically, here the possible solutions I can image consist in:
Both are feasible but rather none-trivial tasks, I will need some time to investigate. |
Thanks for the explanation,
|
ok, this was quick an dirty: enabling cleanup with
yay! |
Well, this Release method is where the reference counting should take place. Adding a count here should not have a big CPU impact. |
Provided in release 1.7.0 |
hi,
binding a c# Property to JS adds a Cache Entry to the Dictionary on each change leading to a ever growing Memory Usage.
a short explanation would be great!
The text was updated successfully, but these errors were encountered: