[Konsole-devel] [Bug 161248] Please expose detach session DCOP function

Robert Knight robertknight at gmail.com
Fri Apr 25 09:59:18 UTC 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=161248         




------- Additional Comments From robertknight gmail com  2008-04-25 11:59 -------
> The first of these entails (on my machine) ~13MB resident memory consumption.

The memory for each process is roughly:

(resident - shared) + (shared / number_of_processes_sharing) 

Konsole itself is very small and most of that shared memory will be for Qt and KDE libraries - so we can effectively ignore it.  That leaves a cost of (resident-shared) for each process.  Using the default Konsole settings this works out at about ~3MB on an i386 system.

> i.e. only ever have a single Konsole process on the system,
> a la more recent versions of Firefox.

In KDE 4 Konsole does do this, except when Konsole is started with a controlling terminal - in which case a new proces is started so that it can inherit the environment of the controlling terminal.



More information about the konsole-devel mailing list