Hi Maximiliano, > What's the output of "/sbin/sysctl fs.inotify" in your failling machine?
this is the output: /sbin/sysctl fs.inotify fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 128 fs.inotify.max_user_watches = 65536 > > Can you check the debug output of the file indexer? > How can I do this? Same as before by running strace -e trace=open -o baloo.txt baloo_file_indexer ? I ran this before with baloo_file, and the output stopped after 5000 opened files. Of course, then baloo_file_indexer will not get any more files to parse/ index. Does this help? Best Hans > Happy hacking,