Reporters, Is it trackerd or tracker-indexer taking all memory? could you attach logs from ~/.local/share/tracker/ when this happens, would you mind to install valgrind and do the following?:
$ killall trackerd tracker-indexer [On one terminal] $ G_SLICE=always_malloc valgrind --log-file=valgrind-indexer.log --leak-check=full /usr/lib/tracker-indexer -f -v 3 [On other terminal] $ G_SLICE=always_malloc valgrind --log-file=valgrind-daemon.log --leak-check=full /usr/lib/trackerd -v 3 And afterwards terminate both processes with Control-C after you consider they took much memory. valgrind-indexer.log and valgrind- daemon.log should contain enough information to track this down, so please attach them here. -- trackerd uses up all available memory https://bugs.launchpad.net/bugs/214219 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs