There should be an option to really quit the app, release all the memory used by the app.
This is the first time I saw it suddenly consumed all the memory and disk usage. Closing the app doesn't release the memory. The app is instead moved to the background.
1.
2.
3.
4.
Thanks for reporting. This is weird. I never encountered this on windows before and I can't reproduce this. Can you consistently reproduce the issue? And are you using the pen drive version or the setup.exe?`
Very likely related: #493
I only experience this issue once yesterday. And I forgot to check the console before killing the app. So I don't know how to reproduce this issue. The features I used in the app yesterday are:
I think that you should work on the second problem, where is no mechanism to really kill the app, except for using Task Manager.
Should have said it more explicitly but that's what I was talking about:
If I close the app, either by clicking the X button or selecting Close via system tray, the app will go to the background process list, and the memory is not released at all.
I use the Windows Store version.
Ah thanks! That's interesting. Haven't tested the store version for this issue to be honest. I'll check what might be causing this.
The windows store version also closes fine in my tests. However, I found this suggestion. If it doesn't fix the issue it might at least provide a little more insight, why this might be the case.
I'll make a new pre-release shortly (available as a download here as version 5.9.15.). Could you check with it, if this still occurs?
I have just taken a look at how the app is closed again. Under normal circumstance, the app is removed completely from the process list. So I guess that the memory problem back then prevented the app from closing fully.
Yes, it seems like it. I would very much appreciate it if you could keep an eye out on when this happens (if it happens again). I really can use all information I can get. There is also a little performance monitor included in the app. You can access it by opening up the dev tools (Ctrl+Shift+i), clicking the little three dots on the top right of the new window and then go to "More Tools/Performance Monitor".
Sure, I will keep it in mind next time.
I encountered this closing bug under Linux too.
Repro:
yarn buildAllElectron:noTests:prod && electron-builder --linux./app-builds/superProductivity-5.9.15.AppImageCan be reproduced without previous backups (no .config/superProductivity folder)
@thetric thanks! I'll try to check this tomorrow.
@thetric For 5.9.15 I think I broke it with 5e340ad. After 4f5212f I am unable to reproduce this for the AppImage. Could you please confirm if it is working for you with 4f5212f as well?
Looks good to me. The app is closed as expected