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

Frank Reininghaus <frank7...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frank7...@googlemail.com

--- Comment #1 from Frank Reininghaus <frank7...@googlemail.com> ---
(In reply to jarkko_korpi from comment #0)
> I just noticed that I had 3 open dolphin process open and they consumed
> around 12 000kb each. I know it'snt really much. I got 8 Gb of ram. But it
> doesnt mean it cant be improved.

Have you analyzed, what the memory is used for, where memory is used
needlessly, and do you have concrete ideas how to change the code in order to
improve the memory consumption?

> I think dolphin should just somehow store the content into some buffers what
> directorys its holding. Having almost the same amount consumed by each
> dolphin process feels that it's staticly allocated and not optimized well. 

Sharing non-read-only memory between different processes is extremely
non-trivial and may lead to all kinds of bugs, I'm afraid.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to