> have 64bit system running on computer with 8gb RAM.
> immediately after start ::memstat (mdb -k) shows
> 1164MB of "Kernel", but after 2 or 3 days of idle
> this number increased to ~2500MB. is it Ok or
> something wrong?

Should be ok.

Could be cron jobs running during the night that 
looks at lot of files (e.g. /usr/lib/fs/nfs/nfsfind),
and that fills some system caches.

In case you suspect that there is a kernel memory leak:
enable kernel heap memory checking, force a 
kernel crash dump, and use mdb ::findleaks on the
crash dump:
http://docs.sun.com/app/docs/doc/816-5041/kmem-1?a=view
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to