https://bugs.kde.org/show_bug.cgi?id=500665
--- Comment #52 from tagwer...@innerjoin.org --- Once you get the "Memory" line listed, you can try overriding the default limits. $ systemctl edit --user kde-baloo You then be editing an override file, add the lines: [Service] MemoryHigh=40% What you choose will be a bit of guesswork. Given the number of files you want to index, I'd rate 512MB as too low. You don't want Baloo squeezing out the rest of the system so you need some limit. I have also tried putting a "MemorySwapMax=0" in the unit file, in cases where I've allowed Baloo a good amount of RAM. The logic being, if Baloo starts swapping (and these would be writing dirty pages to disk), you are in deep trouble.... -- You are receiving this mail because: You are watching all bug changes.