Last night, my Ubuntu 19.04 suddenly became unresponsive, then on and off for a while. The fan started spinning rapidly, as a sign that much work was being done inside. I managed to start a system monitor, and the memory usage looked quite disturbing:
As you can see, my RAM filled up rapidly, invoking my swap partition, until both were full, at which point all memory seemed to be released, starting a new RAM-filling cycle.
I managed to reboot the machine, only to discover that the RAM eating started immediately again.
A top showed me that the offending process was tracker-extract, which I managed to uninstall, and after another reboot, no more RAM eating.
As it turned out, I had removed Nautilus in the process. sudo apt install nautilus installed tracker-extract again, but it has behaved itself since then.
Is this a known problem? Can I see somewhere what went wrong, so that I can prevent it from happening again?
