Whenever I start my laptop the process tracker-store
and tracker-miner-fs
eats up my CPU between 30-40% for 10-15 minutes. I am on ubuntu 12.04.
What does these processes do? How to get rid of processes?
Whenever I start my laptop the process tracker-store
and tracker-miner-fs
eats up my CPU between 30-40% for 10-15 minutes. I am on ubuntu 12.04.
What does these processes do? How to get rid of processes?
Scripting solution to disable it permanently on Ubuntu 16.04
As mention in the comments, files mention in this post no longer exist in 16.04. You can use the following script (source):
These are confirmed bugs on Launchpad: 911981, 925948, 1063255.
What does these processes do?
How to get rid of processes?
Source: https://wiki.ubuntu.com/Tracker
Simply change this values using the gsettings witch will disable the constant indexing of Tracker:
The values could be changed using dconf-editor by navigating through org > freedesktop > Tracker > Miner > Files:
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
Maybe it's relevant for Ubuntu 14.04/GDM, and if it important to do not remove whole service then will be better to
stop
and/orrenice
.Hence it can be:
Stop/reniced ( not recommended method ):
Notice people suggest yet
tracker-control -r
and maybe for systems with indexing enabled this will be better:OR the same with System Monitor GUI:
OR maybe the most appropriate way for systems with running tracker-store:
An up to date version for Ubuntu 16.04:
Basically this is a remix of Radu's and Maxwell's answers, but locations and commands have been updated to Ubuntu 16.04 (there were multiple changes).
Enable advanced Startup Applications with this command:
Run Startup Applications and uncheck Tracker File System Miner and the other similar items. They can be re-enabled just as easily.
Using Synaptic, I selected "mark for complete removal" for "tracker", and for "zeitgeist" (kin to using the purge command which is supposed to remove associated components and config files for the program selected). Much more of the zeitgeist tracking software had been installed unknown to me, and so I chose complete removal for all except the zeitgeist shared libraries which looks to be way too embedded in the OS to remove safely. Almost like a dog with a bad case of heart worms, or better yet like a hydra. Chop one head off and there's three more trying to ruin your chi. Sounds pretty much like something microsoft enjoys doing to the people who trust them. Whatever... My laptop now boots in less than half the time, doesn't completely bogg down at random occasionally crashing what I'm using at the time, and it might just be the relief of getting rid of the thing but the rest of the software seems to be running much better without that hydra's heavy tentacles. Aww ferget it... You know what I mean.
Why is it that programs like these have to be brought in quietly through a back door? Perhaps it's because nobody wants that sort of thing on their personal laptop. If I was a tech running server edition on a mainframe that had massive gigs of ram and cores out the wahzoo, then it would be another story. Perhaps then I would like to utilize tracking software. Even then, I would still want it to be an application of my choosing.
Just saying.
I simply disabled it in Ubuntu Settings -> Search. In the top bar, there is a toggle for on/off of whole search. I set it to off and then ran:
After this it looks like no tracker process is running anymore.
Answers above didn't help me. I've finally found a solution:
Running miner with high verbosity:
/usr/libexec/tracker-miner-fs -v 3
allowed me to pinpoint what's wrong - it was a directory with a very large number of files (around 1 million - proceduraly generated as a side effect of some project). Removing this mess fixed the issue.
One solution is to get rid of it altogether, and go old-skool
find(1)
if you want to search.Personally, I removed it because I was getting this in my logs:
Caveat Emptor: As a side-effect, I noticed that nautilus somehow got uninstalled with this. Not sure how.