* Per Engelbrecht <[EMAIL PROTECTED]> [2006-08-31 13:45]: > The kern.maxclusters are currently 6144 (standard) on the box. If I > raise it to e.g. 16384 or 12288 I get a: > "sysctl: top level name 16384 is invalid" > - what would be a correct stepwise increasement of the state/value ?
you have some misuse of sysctl. sysctl kern.maxclusters=12288 or the like. > BTW, is kern.maxclusters a 'mbuf cluster' sysctl MIB "analogy" ? clusters are allocated dynamically (well, it's a little more complicated than that, but that's sufficiently close to reality). kern.maxclusters is the upper limit. > More BTW, what is the size of a 'mbuf cluster' i obsd ? 2048 bytes > >netstat -m. > >if it is 2) there is a leak somewhere, and these are incredibly hard to > >track down. > > > > The first peer is running 100Mbps / 'ifconfig' = (100baseTX full-duplex) > The second peer is running 60Mbps / 'ifconfig' = (1000baseT -duplex) > The third peer is running 100Mbps / 'ifconfig' = (100baseTX full-duplex) sustained? > Our second peer is running 60Mbps due to some sort of > contract/pricing/whatever reason and this "awkward" speed mode is set on > their side / their router. > Could the be mbuf thief/reason ? if you actually push more than 60 MBit/s, that might add up on usage. -- BS Web Services, http://www.bsws.de/, [EMAIL PROTECTED], [EMAIL PROTECTED] OpenBSD-based Webhosting, Mail Services, Managed Servers, ... Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)

