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

Possible memory leak in settings UI #89

Open
kostia1st opened this issue May 21, 2016 · 0 comments
Open

Possible memory leak in settings UI #89

kostia1st opened this issue May 21, 2016 · 0 comments
Labels

Comments

@kostia1st
Copy link
Owner

As soon as user invokes the settings, the app consumes 10x more memory than usual.
Closing that window does not fix it.

It's yet to confirm that this is not because of tons of WPF assemblies loaded during the first settings opening.
A possible universal solution to this could be running settings in a separate AppDomain, and unloading that domain after the settings get saved.

@kostia1st kostia1st added the bug label May 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant