[ CC trimmed ] [email protected] wrote in message ID <[email protected]>: > I've had it at MAXUSERS=256 on both the P5 and the P6. The P5 stays > stable, the P6 doesn't. If I reduce MAXUSERS to 128 then these > heavily loaded boxen will fall over due to out of MBUFs errors, or > so I believe.
If you are running out of MBUF clusters, play with option "NMBCLUSTERS=x" directly rather than indirectly through maxusers... 4096 or 8192 is probably a good starting value. If you look in /sys/compile/YOUR_KERNEL at the param.c, then you can get a better idea of what maxusers tweaks, and what you need to tweak manually. I know its not a `howto' guide :) Sorry Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
