Hi

Ian Collins wrote:
I'm looking for pointers towards kernel memory debug code.

I had a system that periodically ran out of physical memory and froze. It turns out the system had kmem_flags of 0xf and kmem_bufctl_audit_cache usage was getting to about 1.3GB. I'm interested is seeing how this value is used and how it might cause the physical memory exhaustion problem.

There's a chapter on kmem debugging in the mdb (modular debugger) guide
on docs.sun.com

Cheers

Gavin
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to