-
Notifications
You must be signed in to change notification settings - Fork 46
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
Memory usage grow on task switching #62
Comments
Looks like the I'm not sure what to do about this. We could re-user the There's some discussion on these issues here: http://enki-editor.org/2014/08/23/Pyqt_mem_mgmt.html I may have to subclass or wrap |
I looks like migrating to |
I've pushed https://github.com/harvimt/quamash/tree/gh62 which has pretty much the minimum code needed to fix this, but it seems kind of fugly. (like _SimpleTimer and cancellable should be changed, and maybe simple timer should be a factory function that takes in a QtCore like make_signaller does?) |
I'm glad that you find the problem. Your patch works just fine in place of memory usage. That's great! There is some problem, when I make
But that is minor problem, hope for master tree update soon 👏 |
try now, I changed that from an assertion to a warning. |
I think this can be closed since now 👍 |
Usage grow proportinally to switching speed. I made some big app with awesome 👍
quamash
, and saw slow growing for hours of work.Tested with:
The text was updated successfully, but these errors were encountered: