Date: Sat, 22 Mar 2003 04:05:23 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: "David E. O'Brien" <obrien@FreeBSD.org>, "" <src-committers@FreeBSD.org>, "" <cvs-src@FreeBSD.org>, "" <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/release/alpha dokern.sh Message-ID: <20030322035859.B3226@gamplex.bde.org> In-Reply-To: <20030321155018.GC17108@sunbay.com> References: <200303182317.h2INHP3T065549@repoman.freebsd.org> <20030321155018.GC17108@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 21 Mar 2003, Ruslan Ermilov wrote:
> On Tue, Mar 18, 2003 at 03:17:25PM -0800, David E. O'Brien wrote:
> > obrien 2003/03/18 15:17:25 PST
> >
> > FreeBSD src repository
> >
> > Modified files: (Branch: RELENG_4)
> > release/alpha dokern.sh
> > Log:
> > MFC: rev 1.59 (partial, only the maxusers downgrade)
> >
> > Revision Changes Path
> > 1.56.2.3 +1 -1 src/release/alpha/dokern.sh
> >
> I'm planning on dropping `maxusers' from here (in HEAD),
> now this is auto-tuned, once I hear back from Wilko if
> resetting it to zero fixes the `panic: timeout table full'
> he observes when in the middle of installing the i386
> generated snapshot for Alpha.
Please remove bitrot associated with maxusers too:
- GENERIC declares maxusers to be 0, but this has no effect since ...
- ... maxusers is statically allocated to 0 in config/config.y, and the
warning about it not being set in the config file is commented out in
config/mkoptions.c:
% if (maxusers == 0) {
% /* printf("maxusers not specified; will auto-size\n"); */
% } else if (maxusers < users.u_min) {
% printf("minimum of %d maxusers assumed\n", users.u_min);
% maxusers = users.u_min;
% } else if (maxusers > users.u_max)
% printf("warning: maxusers > %d (%d)\n", users.u_max, maxusers);
Bruce
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030322035859.B3226>
