Wolfman
Sat Jun 15, 2013 6:34:38 pm
Hi all,
if anyone has noticed an increase in CPU/RAM usage, this appears to be down to "Tracker FS", you can stop this service at startup by doing the following:
Paste the following command in a terminal:
which will show all startup entries in the startup applications menu.
Start the "Startup Applications" app and look for the 2 entries starting with "Tracker" and take out the ticks.
You will notice a sharp reduction in CPU/RAM usage after a new start.
I also advise you to take the tick for "Zeitgeist" which is a form of spyware!!.
To globally disable "Tracker, please see this link:
https://wiki.ubuntu.com/Tracker
You may or may not have the app "Tracker FS" installed!!.
Regards Wolfman
if anyone has noticed an increase in CPU/RAM usage, this appears to be down to "Tracker FS", you can stop this service at startup by doing the following:
Paste the following command in a terminal:
- Code:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
which will show all startup entries in the startup applications menu.
Start the "Startup Applications" app and look for the 2 entries starting with "Tracker" and take out the ticks.
You will notice a sharp reduction in CPU/RAM usage after a new start.
I also advise you to take the tick for "Zeitgeist" which is a form of spyware!!.
To globally disable "Tracker, please see this link:
https://wiki.ubuntu.com/Tracker
You may or may not have the app "Tracker FS" installed!!.
Regards Wolfman