Desktop memory usage

Dirk Mueller mueller at kde.org
Tue Sep 12 00:04:04 CEST 2006


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


More information about the Kde-optimize mailing list