[Konsole-devel] [Bug 176974] High memory consumption when using Konsole for a longer time.

Artem S. Tashkinov t.artem at mailcity.com
Fri Jul 17 11:21:58 UTC 2009


https://bugs.kde.org/show_bug.cgi?id=176974





--- Comment #64 from Artem S. Tashkinov <t artem mailcity com>  2009-07-17 13:21:51 ---
David, as it was mentioned earlier, Ulrich Drepper and other glibc developers
treat this bug as a feature, please, read comments in this file:

http://sourceware.org/cgi-bin/cvsweb.cgi/libc/malloc/malloc.c?rev=1.200&content-type=text/x-cvsweb-markup&cvsroot=glibc

This only means that Qt developers should use their own memory allocator under
linux for all memory allocations or at least for allocations which are not
multiple of a page size (usually 4K).

And probably your testcase doesn't use/have the same scrollback history memory
structure as konsole does.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list