David Schultz wrote:

Most kernel memory is not pageable, so swap probably won't help
you. Your `kmem_map too small' error message should report to you
the size of the attempted allocation and the size of kmem_map.
If the map really isn't full, I'm not sure why you would get this
panic, unless you're somehow running into excessive fragmentation.

Nov 3 21:44:52 giga /kernel: panic: kmem_malloc(71000064): kmem_map too small: 183193600 total allocated
Nov 3 22:10:30 giga /kernel: panic: kmem_malloc(71000064): kmem_map too small: 175476736 total allocated

This is what I'm seeing. Most of the kernel allocated memory was free at the time the panic occurred, but
fragmented though.

Pete



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Reply via email to