My ubuntu is dead after a few minutes because a process called deja-dup-monitor consumes almost 7 GB memory. I searched the internet and found that it seems to be used for backups and related to the "Chrome Remote Desktop". I don't remember installing this software and I don't want to backup something. So what commandline can I use to prevent deja-dup-monitor from running, or to completely delete it or Chrome Remote Desktop? Thanks a lot.
6 Answers
I fix this problem by myself. The deja-dup-monitor is a component of "Deja Dup Backup Tool". When search with keyword "backup", this software appears blatantly in the first place in the Software Center. After uninstalling it, everything will return to order. I then reinstalled this software just to leave a review warning people not to install it, if they don't want their ubuntu to die, and uninstall it immediately in a hurry.
I am curious about the development team of this software. Does developers in this team all have a computer with 256GB memory so that no one found this problem? or they are so bold-faced to write a rubbish software to make them happy by seeing their users hit their heads against a wall. If I wrote such a code (yes I sometimes did because I'm not a genius), I will feel so ashamed that I will fix this memory leakage bug (or something) as soon as possible even after two or three sleepless nights.
- 931
Something about installing Chrome Remote Desktop causing this app to start misbehaving. Uninstalling it as described above does the trick.
- 51
Remove chrome remote desktop mine was using 3Gb of RAM, after login CPU would be zero and IOwoit would shoot too 90% and freeze every time.
- 11
If you have the mate desktop installed, there is another problem - deja-dup is part of the desktop; and removing deja-dup removes Mate!
So, my approach is to use the mate system monitor and kill the process. Then, sudo rm /usr/bin/deja-dup.
I like to use rsync and find a mandatory installation of deja-dup preposterous.
- 1
If you want to retain deja-dup for manual backups, but don't want the monitor task running, simply switch off the monitor function by clicking the button in the upper right hand corner of the deja-dup control window.
This gets rid of automatic backups and the monitor task, but allows you to take and restore backups at will.
- 24,696
