https://bugs.kde.org/show_bug.cgi?id=380456
skierpage <i...@skierpage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i...@skierpage.com --- Comment #35 from skierpage <i...@skierpage.com> --- This is a 2017 bug but since it's still open (In reply to DDR from comment #5) > OK, so I have just discovered the magic of ls -la /proc/1234/fd, where 1234 > is the pid of baloo_file_extractor. 😎 > > baloo_file_extractor was busy on a 1.5GiB text file, But as https://community.kde.org/Baloo#Indexing_limitations mentions, "Baloo doesn't index text files (those whose MIME type is detected as "text/something") over 10 MB". If you enable Baloo debugging (linked from that page), you should see log output from qCDebug(BALOO) << "Skipping large " << url << "- mimetype:" << mimetype; however, I have never seen this warning. You're lucky; when "baloo_file_extractor high CPU usage, baloo stops indexing" for me (bug 488645), I don't see any indication of what file it's struggling to index in /proc/fd or `lsof -p`. -- You are receiving this mail because: You are watching all bug changes.