https://bugs.kde.org/show_bug.cgi?id=500665
--- Comment #36 from postix <pos...@posteo.eu> --- On Fedora 41 I see the Memory: line in status, while here on openSUSE Tumbleweed I see it not, though the service file contains an entry: ``` cat /usr/lib/systemd/user/kde-baloo.service [Unit] Description=Baloo File Indexer Daemon PartOf=graphical-session.target [Service] ExecStart=/usr/libexec/baloo_file BusName=org.kde.baloo Slice=background.slice ExecCondition=/usr/bin/kde-systemd-start-condition --condition "baloofilerc:Basic Settings:Indexing-Enabled:true" # We'll basically only want to consume resources if they aren't needed anywhere else, hence weights are way low. CPUWeight=1 IOWeight=1 # Memory should comfortably fit the binary itself, any extra data loaded ought to be subject to extreme constraints # though - so as to avoid OOM conditions caused by baloo. MemoryHigh=512M [Install] WantedBy=graphical-session.target ``` -- You are receiving this mail because: You are watching all bug changes.