Hello,

What exactly are you looking for ?

> .... gnome-panel at 85 MB ...

Let's analyze this.

- ps -o vsz,rss -p `pgrep gnome-panel`
- pmap -xs `pgrep gnome-panel`

Do you know difference between "virtual memory"/vsz (can be unallocated), 
"resident physical memory"/rss (allocated physical memory that can be shared 
between applications for example shareable library, icon-cache) and "anonymous 
memory" (private memory for process).

My gnome-panel numbers are (pmap -xs `pgrep gnome-panel` | tail -1):
VSZ: 145M
RSS: 45M
ANON: 2M

M.C>

PS: Did you try "swap -s", "vmstat 1 2", "echo ::memstat | mdb -k", "kstat ..." 
?
--
This message posted from opensolaris.org

Reply via email to