[12.3] kmix memory usage

Hi,

I run openSUSE 12.3 with current uptime:

00:39am  up 3 days  2:31,  4 users,  load average: 0.53, 0.60, 0.51

Kmix uses now a lot of memory, I think that there could be some memory leak:

PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM     TIME+ COMMAND
1750 fisiu     20   0  987m 234m 6096 S  0,0  6,1   3:02.87 kmix

kmix-4.10.0-1.2.1.x86_64, stock KDE SC from 12.3 OSS, linux 3.8.3-1-desktop.

Can You see similar kmix memory usage with Yours openSUSE?

Looks bad here too
A little detail from System Activity


Pixmap    312 KB    (Might be stored in the graphics card's memory)
Private    41788 KB    (= 308 KB clean + 41480 KB dirty)
Shared    20140 KB    (= 17980 KB clean + 2160 KB dirty)
Rss    61928 KB    (= Private + Shared)
Pss    43031 KB    (= Private + Shared/Number of Processes)
Swap    10272 KB


19:56pm up 3 days 1:57, 3 users, load average: 0.08, 0.17, 0.22

It seems there is still valid bug report for kmix memory leak: https://bugs.kde.org/show_bug.cgi?id=309464 and we’re affected.

As workaround start kmix with style other than oxygen.
I modified /usr/share/autostart/kmix_autostart.desktop to do it automatically with Plasma Desktop start:

[Desktop Entry]
Exec=kmix --style qtcurve
DocPath=kmix/index.html
OnlyShowIn=KDE;
<snip>

Thanks man!!! I couldn’t figure out what was wrong with my system. You save me ;).