[kmail2] [Bug 317122] quite crazy memory usage
Christophe Giboudeaux
cgiboudeaux at gmx.com
Wed May 29 19:05:20 BST 2013
https://bugs.kde.org/show_bug.cgi?id=317122
--- Comment #7 from Christophe Giboudeaux <cgiboudeaux at gmx.com> ---
I'm only using dimap accounts. some folders have several thousands email
When one process starts using an unusual amount of memory, please try:
gdb -p `pidof <executable_name` -ex "call malloc_trim(0)" -ex detach -ex quit
and check if this has a significant effect
eg:
gdb -p `pidof akonadi_nepomuk_feeder` -ex "call malloc_trim(0)" -ex detach -ex
quit
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list