https://bugs.kde.org/show_bug.cgi?id=474346
tagwer...@innerjoin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tagwer...@innerjoin.org --- Comment #1 from tagwer...@innerjoin.org --- Two things to check... Is baloo running with the systemd memory limits? There's been a recent change to limit baloo to using 512 MB. You can check with: $ systemctl status --user kde-baloo and look at "high" value in the "Memory:" line. This can tip baloo_file and baloo_file_extractor over to using swap. Have a look at: https://bugs.kde.org/show_bug.cgi?id=470382#c1 It's also possible you are hitting a file that does not want to be indexed. Baloo_file_extractor tries to get readable text out of a file and some times this just does not work in the time and space available (examples being a multi-gigabyte .mbox file or large scientific graphs in a PDF). You would need to watch, with "balooctl monitor" what was being indexed. -- You are receiving this mail because: You are watching all bug changes.