Re: Desktop memory usage

Dirk Mueller <[email protected]> Tue, 12 Sep 2006 00:04:04 +0200
Newsgroups gmane.comp.kde.devel.optimize
Message-ID <[email protected]>
On Monday, 11. September 2006 23:43, Lubos Lunak wrote:

> > rejected to be fixed), you should consider measuring that too. e.g.
> > pagetable overhead, pinned inodes (inotify..) etc.
>  I don't think that should have any significant impact, especially when
> comparing.

Are you sure? Page tables grow quite large (by 2-3 MB here when starting KDE) 
due to page tables not being shared (aka being an overhead proportional to 
number of processes with shared libs). One inotify watch also causes about 
1.5-4kb of kernel memory to be pinned, due to some very very stupid reasons. 
Other stuff (fd's) might be in a similiar size. 

Dirk