Re: (panic) Lots of network memory needed

2005-06-16 Thread Karim Fodil-Lemelin
I use FreeBSD 4.9. Actually I had to _reduce_ VM_KMEM_SIZE in order to be able to create that much mnbclusters ... Somehow it seems that vm_kmem_size cannot go over 1GB without crashing the system so I had to reduce memory map from other subsystems in order to get what I needed for network mem

Re: (panic) Lots of network memory needed

2005-06-15 Thread dave baukus
I'm fairly sure that you are out of kernel virtual memory. Look at kern/kern_malloc.c kmeminit (); you can play w/ VM_KMEM_SIZE_MAX or TUNABLE_INT_FETCH("kern.vm.kmem.size", &vm_kmem_size); /* * Try to auto-tune the kernel memory size, so that it is * more applicable for a

Re: (panic) Lots of network memory needed

2005-06-15 Thread Karim Fodil-Lemelin
Thanks but the system still crashes (FreeBSD 4.9) with 131072. Here is a backtrace showing just that: Debugger (msg=0xc02b6cdb "panic") at ../../i386/i386/db_interface.c:321 321 } (kgdb) bt #0 Debugger (msg=0xc02b6cdb "panic") at ../../i386/i386/db_interface.c:321 #1 0xc016a230 in panic (