Re: -CURRENT panic in kmem_malloc (?)

2004-02-01 Thread Kris Kennaway
On Sun, Feb 01, 2004 at 04:54:57PM -0500, Robert Huff wrote: > Panicstring: kmem_malloc(-791617536): kmem_map too small: 20107264 > total allocated > maxusers 48 This is probably incorrectly sized, causing you to run out of kernel memory. Why not just let the kernel autosize it (ma

-CURRENT panic in kmem_malloc (?)

2004-02-01 Thread Robert Huff
I upgraded to -CURRENT: FreeBSD 5.2-CURRENT #1: Sun Feb 1 15:53:50 EST 2004 and have since been getting panics, possibly in kmem_malloc: Panicstring: kmem_malloc(-791617536): kmem_map too small: 20107264 total allocated Kernel config file and stacktrace are appended.