Re: mbufs exhausted - kernel panic

2002-11-04 Thread Iasen Kostov
I don't think that it will help - all 192.168.0.0/16 routes could possibly exhaust whole my RAM - besides kern.ipc.nmbufs is read-only :) and could be set only at boot time or in kernel config. But I think the problem here is in NFS client code in nfsm_reqh() (I've compiled DDB in the kernel) whi

Re: mbufs exhausted - kernel panic

2002-11-04 Thread Lefteris Tsintjelis
You need to increase kern.ipc.nmbufs sysctl -w kern.ipc.nmbufs=... Iasen Kostov wrote: > > I've tested our LAN when I come to this: > I ran nbtscan 192.168.0.0/16 after a 2-3 secs kernel started printing > > "All mbufs exhausted, see tuning(7)". > if you cancel execution of nbtscan - everyt