From owner-freebsd-questions@FreeBSD.ORG Fri May 14 02:31:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E3E16A4CE for ; Fri, 14 May 2004 02:31:44 -0700 (PDT) Received: from zogbe.tasam.com (63-165-178-196.uterr.blacksburg.ntc-com.net [63.165.178.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5EB43D1F for ; Fri, 14 May 2004 02:31:43 -0700 (PDT) (envelope-from dot@fireduck.com) Received: from frigate (zogbe.tasam.com [10.95.95.5] (may be forged)) by zogbe.tasam.com (8.12.10/8.12.10) with SMTP id i4E9Vf07011288; Fri, 14 May 2004 05:31:41 -0400 (EDT) Message-ID: <006701c43996$59bd43b0$08695f0a@frigate> From: "Joseph Gleason" To: "Yaraghchi, Stephan" , References: Date: Fri, 14 May 2004 05:32:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: 64mb stack size limit? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 09:31:44 -0000 > Hi Joseph, > > there's a kernel option called 'MAXSSIZ'. > Check /usr/src/sys/i386/conf/LINT for the details... > Thanks. I had to look on a 4.X box that still has LINT: options MAXSSIZ="(256*1024*1024)" Which brings up another question, what happened to LINT? None of my 5.X boxes seem to have it. If it were there, I could probably have figured this one out for myself. Where is the current preferred place to look for possible kernel options?