Quick upgrade. If I'm not wrong, the crawler explore the *whole* filesystem, and thus eating so much CPU (and resources). A quick work around could be to watch only thos directoryes which are likely to contains "media" files: /home/user/MyDocs/.video /home/user/MyDocs/.sounds /home/user/MyDocs/.images invoking with: media-crawler -F -c /home/user/MyDocs/.video,/home/user/MyDocs/.sounds,/home/user/MyDocs/.images I added a MEDIAPATH variable to /etc/init.d/metalayer-crawler0 script and added it to metalayer-crawler invocations in the same script. CPU consumption is now ok. I'm going to open a bug this evening from home. Bye william maddler wrote: > Hi all, > first of all I have to say that I am *very* impressed by the N800, great > device! > > By the way, I just found metalayer-crawler0 is eating up a lot of CPU, I > have 4 processes, and at least one is eating at least 50% of my CPU, all > the time. > > As far as I discovered, metalayer-crawler is in charge of collecting > "information about the comings and goings of media files in the system. > The metadata of media files is automatically extracted using > Libmetalayer for other applications to use." > > I ended up to completely disable the daemon. > > My questions: > > 1) Has anyone else experienced same problem. > 2) Could the absence of the daemon, be a problem for other applications > (i.e. Media Player)? > > Thx > William Maddler > > _______________________________________________ > maemo-users mailing list > maemo-users at maemo.org > https://maemo.org/mailman/listinfo/maemo-users >