https://bugs.kde.org/show_bug.cgi?id=404057
--- Comment #11 from Kai Krakow <k...@kaishome.de> --- Created attachment 122926 --> https://bugs.kde.org/attachment.cgi?id=122926&action=edit Disable read-ahead of mmap access We should not read-ahead when accessing the database because it may introduce thrashing during low-mem situation because read-aheads would start dominating the cache. This also takes some pressure away from the file-system. -- You are receiving this mail because: You are watching all bug changes.