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

GUI: unused view memory release? #2633

Closed
hjoliver opened this issue Apr 21, 2018 · 3 comments · Fixed by #2966
Closed

GUI: unused view memory release? #2633

hjoliver opened this issue Apr 21, 2018 · 3 comments · Fixed by #2966
Labels
bug? Not sure if this is a bug or not superseded wontfix

Comments

@hjoliver
Copy link
Member

hjoliver commented Apr 21, 2018

Noticed while monitoring GUI memory use with top on a large suite (1000 tasks): if I repeatedly add and remove a "View 2" panel, the resident memory size goes up significantly each time, but does not go down again when the view is removed. Not sure if this a simply a high water effect with slow garbage collection, or if we're unnecessarily hanging on to a reference to the unused data structures...

@hjoliver hjoliver added the bug? Not sure if this is a bug or not label Apr 21, 2018
@hjoliver hjoliver added this to the later milestone Apr 21, 2018
@arjclark
Copy link
Contributor

What view does adding view 2 add in for? We found something nasty with one of the views several years back whereby Python just doesn't release previously allocated memory (can't find the old bug report for it though, so perhaps it got consolidated into something else).

@hjoliver
Copy link
Member Author

@arjclark - #1620 - PyGTK bug, graph view only. This issues applies to any view in the GUI.

@oliver-sanders oliver-sanders mentioned this issue Mar 7, 2019
5 tasks
@kinow
Copy link
Member

kinow commented Mar 10, 2019

We are now working on the new Web GUI, which will replace the previous Desktop PyGTK GUI in our next major release of Cylc 8.

This issue is being closed for not being applicable to this new Web GUI.

@kinow kinow closed this as completed Mar 10, 2019
@matthewrmshin matthewrmshin removed this from the later milestone Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug? Not sure if this is a bug or not superseded wontfix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants