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

If a single session is used for a long time, HEXRDGUI starts using a lot of RAM #1571

Open
psavery opened this issue Sep 13, 2023 · 1 comment

Comments

@psavery
Copy link
Collaborator

psavery commented Sep 13, 2023

Rachel Lim reported that after she used HEXRDGUI for several hours, it filled up all of the RAM on her mac.

I know matplotlib sometimes keeps global references to objects. Perhaps we can make sure that when we discard/remove old canvases and artists, that they actually get cleaned up in memory.

@rachelelim
Copy link

I've been suspecting that it might be an issue with matplotlib now clearing memory when zooming in and out of images a bunch. The other possible culprit is something in pull spots as far as I have been able to tell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants