| Summary: | app-misc/tracker-0.14.2-r1 eats a lot of disk space (more than 6GB) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
| Component: | [OLD] GNOME | Assignee: | Freedesktop bugs <freedesktop-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Juergen Rose
2012-10-09 12:38:49 UTC
There is a preferences for this in tracker-preferences. By default tracker can consume as much space as it needs it seems (just checked on a freshly installed machine). Could you please check with 0.14.3. ChangeLog has an entry about not eating multi GB of disk space. 'ls -l' says more than 600 MB: root@leopard:/root(53)# qlist -Iv tracker app-misc/tracker-0.14.3 gnome-extra/nautilus-tracker-tags-0.14.3 root@leopard:/root(54)# ll ~rose/.cache/tracker/ total 648224 -rw-r----- 1 rose rose 1 Apr 25 2012 db-locale.txt -rw-r----- 1 rose rose 2 Apr 25 2012 db-version.txt -rw-r----- 1 rose rose 7 Apr 25 2012 first-index.txt -rw-r----- 1 rose rose 10 Apr 25 2012 last-crawl.txt -rw-r----- 1 rose rose 653062144 Oct 29 10:25 meta.db -rw-r----- 1 rose rose 98304 Nov 1 04:24 meta.db-shm -rw-r----- 1 rose rose 10240000 Nov 1 04:24 meta.db-wal -rw-r----- 1 rose rose 11 Apr 25 2012 miner-applications-locale.txt -rw-r----- 1 rose rose 352084 Sep 20 16:03 ontologies.gvdb 'du -s' says only 45 MB: root@leopard:/root(55)# du -s ~rose/.local/share/tracker/ 45140 /home/rose/.local/share/tracker/ (In reply to comment #3) > 'ls -l' says more than 600 MB: > 'du -s' says only 45 MB: It's not the same folders :) Btw, if you want to check if the new tracker works better, it is likely that you would have to tell it to reindex everything like so: $ tracker-control -r $ tracker-control -s
> It's not the same folders :)
Thanks, sometimes I am blind.
rose@leopard:/home/rose(57)$ tracker-control -r
Found 286 PIDs…
Could not stat() file:'/proc/4262/cmdline', Fehler beim Holen der Informationen für Datei »/proc/4262/cmdline«: Datei oder Verzeichnis nicht gefundenCould not stat() file:'/proc/4263/cmdline', Fehler beim Holen der Informationen für Datei »/proc/4263/cmdline«: Datei oder Verzeichnis nicht gefundenCould not stat() file:'/proc/4264/cmdline', Fehler beim Holen der Informationen für Datei »/proc/4264/cmdline«: Datei oder Verzeichnis nicht gefundenCould not stat() file:'/proc/4266/cmdline', Fehler beim Holen der Informationen für Datei »/proc/4266/cmdline«: Datei oder Verzeichnis nicht gefundenProzesskennung 8818 für »tracker-miner-fs« gefunden
Prozess 8818 wurde getötet
Prozesskennung 8822 für »tracker-store« gefunden
Prozess 8822 wurde getötet
Setting up monitor for changes to config file:'/home/rose/.config/tracker/tracker-control.cfg'
Setting database locations
Checking database directories exist
Checking database version
Checking database files exist
Removing all database/storage files
Removing first index file:'/home/rose/.cache/tracker/first-index.txt'
Removing last crawl file:'/home/rose/.cache/tracker/last-crawl.txt'
Removing database:'/home/rose/.cache/tracker/meta.db'
Removing journal:'/home/rose/.local/share/tracker/data/tracker-store.journal'
Removing db-version file:'/home/rose/.cache/tracker/db-version.txt'
Removing db-locale file:'/home/rose/.cache/tracker/db-locale.txt'
rose@leopard:/home/rose(58)$ tracker-control -s
Indizierung wird gestartet …
✓ Dateisystem
✓ E-Mails
✓ Anwendungen
rose@leopard:/home/rose(59)$ du -s ~rose/.cache/tracker/ ~rose/.local/share/tracker/
6852 /home/rose/.cache/tracker/
9352 /home/rose/.local/share/tracker/
This looks so far better. I will continue my observations.
I guess by now if there was a problem you would have commented again here :) Closing fixed. Thanks for reporting. |