I've attempted to double my kernel memory by
increasing VM_KMEM_SIZE from (32*1024*1024) to
(64*1024*1024), but now I get a "panic: kmem_suballoc"
unless I reduce my maxusers in my config file from
500 to 100. I absolutely need the mbufs created
by the maxusers of 500, and was trying to increase
it to 1000.
Since my kernel dies when I get to maxusers of 700,
I thought that if I doubled the kernel memory, I'd
be able to increase maxusers further.
I'm obviously missing something.
Terje