https://bugs.kde.org/show_bug.cgi?id=279149
--- Comment #1 from András Manţia <amantia kde org> 2011-09-16 17:31:34 --- Unread issue fixed. The other one has two causes: - disk IO bottleneck, as the maildir resource reads the headers from all the files - maildir also creates one create job per mail, but only sends this to the server after all headers were read. - maildir resource keeps the read headers in memory The above results is first high IO load in the resource, then high CPU load in the server and the database process, then high IO and CPU load in the database. This also causes high memory usage by the maildir resource if the read folder contains a lot of files. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
