From owner-freebsd-hackers Sat May 31 15:53:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21113 for hackers-outgoing; Sat, 31 May 1997 15:53:06 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA21108 for ; Sat, 31 May 1997 15:53:02 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA11870; Sat, 31 May 1997 15:49:17 -0700 From: Terry Lambert Message-Id: <199705312249.PAA11870@phaeton.artisoft.com> Subject: Re: LINT and GENERIC - between a rock and a generic place. To: tom@sdf.com (Tom Samplonius) Date: Sat, 31 May 1997 15:49:17 -0700 (MST) Cc: jkh@time.cdrom.com, hackers@FreeBSD.ORG In-Reply-To: from "Tom Samplonius" at May 31, 97 02:26:48 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Sat, 31 May 1997, Jordan K. Hubbard wrote: > > > More and more people are trying to use GENERIC as a template for their > > own kernels and they're losing, of course, because generic sets many > > limits (like max children or open files) too low. > > Now that we have login.conf this is pretty much a dead issue isn't it? > Why heavily customize the kernel config file, when you can do it with > login.conf? In fact the stock login.conf already has a "news" class for > news server. Jordan is speaking to hard limits. The login.conf speaks to soft limits, and is still limited to what it can set by the hard limits. The hard limits are the result of static allocations, general at initialization time before the kernel is really running, like globally declared arrays. AIX was probably right when it made all this stuff dynamic. Then you could at least sysctl the "hard limit" after the machine was up. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.