Re[2]: (panic) Lots of network memory needed

2005-06-17 Thread dima
/vm/vm_kern.c:213 > >>>#7 0xc024a46f in _zget (z=0xdb5c6e80) at ../../vm/vm_zone.c:425 > >>>#8 0xc024a269 in zalloc (z=0xdb5c6e80) at ../../vm/vm_zone.c:60 > >>>#9 0xc0196106 in namei (ndp=0xfa489ef4) at ../../kern/vfs_lookup.c:104 > >&g

Re: (panic) Lots of network memory needed

2005-06-16 Thread Karim Fodil-Lemelin
(kgdb) Goran Spirovski - MorEl On.net wrote: AFAIK the number of mbufs (and consequently nmbclusters) has to be a power of 2, so you should set it to 131072 MorEl - Original Message - From: "Karim Fodil-Lemelin" <[EMAIL PROTECTED]> To: Sent: Wednesday, J

Re[2]: (panic) Lots of network memory needed

2005-06-16 Thread dima
f4) at ../../kern/vfs_lookup.c:104 > > #10 0xc01614ca in execve (p=0xfa482e00, uap=0xfa489f90) > >at ../../kern/kern_exec.c:165 > > #11 0xc01590a1 in start_init (dummy=0x0) at ../../kern/init_main.c:543 > > (kgdb) p nmbclusters > > $1 = 131072 > > (kgdb) > > &

Re: (panic) Lots of network memory needed

2005-06-15 Thread dave baukus
l - Original Message - From: "Karim Fodil-Lemelin" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 15, 2005 6:08 PM Subject: (panic) Lots of network memory needed Hello, From kernel tuning page (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kern

Re: (panic) Lots of network memory needed

2005-06-15 Thread Karim Fodil-Lemelin
ote: AFAIK the number of mbufs (and consequently nmbclusters) has to be a power of 2, so you should set it to 131072 MorEl - Original Message - From: "Karim Fodil-Lemelin" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 15, 2005 6:08 PM Subject: (panic) Lots of netwo

(panic) Lots of network memory needed

2005-06-15 Thread Karim Fodil-Lemelin
Hello, From kernel tuning page (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html) Some sentence about nmbclusters says: "Under no circumstances should you specify an arbitrarily high value for this parameter as it could lead to a boot time c