-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
[BUG] CPU activity when the app is paused syncing #142
Comments
Yes, I am aware of the issue and already have a fix for the next release... |
It's the GUI and not the daemon process which is causing the high CPU usage. Therefore, you can mitigate this by running the daemon without the GUI through the command line interface for now. It's not as convenient, unfortunately, but you can start a GUI as necessary and it will attach itself to the running daemon. You'll notice that the "Quit Maestral" menu entry changes to "Quit Maestral GUI" which indicates that quitting the GUI will leave the daemon running. |
Yes, but I kinda need the statusbar to know what is going on.. :( |
If I`m switching to the terminal version from the GUI, I can switch it back with cli: maestral gui And to pause/start: maestral pause|resume And to see what has been synced: maestral status Do I have to do the: maestral autostart To register it with Mac startup? Right? |
Yes! Although I'll see if I can get a beta release out with bug fixes soon. |
From the GUI I have disabled the autostartup, and from the CLI when I do: maestral autostart I get: Autostart is disabled. I did not restarted my mac yet to see if is ok. |
It does not restart the daemon on mac restart. cotfas:~ work$ maestral status And after restart, I got again the GUI maestral dialog error from #137 |
The GUI command to enable autostart is:
|
cotfas:~ work$ maestral autostart -Y Perfect :) Maybe update the repo readme file to be updated with the commands for mac as well, I did not knew about -Y param. And the help guide does not give to much info: cotfas:~ work$ maestral -h optional arguments: |
Will let you know on next reboot if the maestral autostart -Y worked. Thanks. |
Wow, definitely will use the daemon/cli instead of GUI from now on as I see the memory/cpu/energy impact looks way better. @samschott good job, keep up the good work, don`t forget about #144 please. :) |
There is a beta out now which reduces the CPU usage of the GUI to more reasonable levels.
Yes, the cocoa UI uses about as much memory as the daemon itself... |
Catalina 10.15.4
Maestral 1.0.2
cpuActivity.mov.zip
See the attached files, I see it is still doing CPU activity when the Maestral app is paused syncing.
The text was updated successfully, but these errors were encountered: