> E.g. on my b129 box a gnome-terminal process
> is using 68 (!) shared libraries
> 
>     % pldd `pgrep -x gnome-terminal` | wc -l
>   68

On opensolaris b131, this has increased to 76
shared libraries.

> % pmap -x `pgrep -x gnome-terminal` | grep cache | wc -l
>      55

b131: 71 "cache" files

> pmap -x `pgrep -x gnome-terminal` | nawk '/cache/ {  i += $3; } END {print i}'
>    13720

b131:  checking the SIZE instead of RSS shows that
b131 is using about 50M more virtual memory
because the  /usr/share/icons/nimbus/icon-theme.cache
file is mapped.  The nimbus icon-theme.cache
file is mapped into a lot of gnome processes, each
of them seems to have grown by at least 50M.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to