[frameworks-kcoreaddons] [Bug 423818] KDirWatch's useFam loops indefinitely (actual fam, not gamin)
Harald Sitter
bugzilla_noreply at kde.org
Wed Sep 23 14:31:42 BST 2020
https://bugs.kde.org/show_bug.cgi?id=423818
--- Comment #22 from Harald Sitter <sitter at kde.org> ---
Git commit 783e856ea0b970fb864115aabe9df530235eb3c2 by Harald Sitter.
Committed on 23/09/2020 at 13:31.
Pushed by sitter into branch 'master'.
disable ksyscoca rebuilding in appstream runner
same as 5a648c56ebbbb9b8ba87fedf8423b5830edbd367 for the service runner.
Kservice internally will hold a KDirWatch instance through KSycoca and
that instance has an inotify instance. Since inotify instances have a
per-user limit we mustn't be wasteful with them. Since our runner
threads do not actually need automatic ksyscoca reloading (reloading
on-demand as we use ksyscoca is perfectly reasonable) we need to
explicitly disable this feature so the internal inotify instance can be
freed.
M +5 -0 runners/appstream/appstreamrunner.cpp
https://invent.kde.org/plasma/plasma-workspace/commit/783e856ea0b970fb864115aabe9df530235eb3c2
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list