From owner-freebsd-arch Thu Jul 19 1:15:30 2001 Delivered-To: freebsd-arch@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 46DE637B403 for ; Thu, 19 Jul 2001 01:15:28 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (dialup-209.247.141.193.Dial1.SanJose1.Level3.net [209.247.141.193]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id BAA22615; Thu, 19 Jul 2001 01:15:26 -0700 (PDT) Message-ID: <3B569744.E4EDCC63@mindspring.com> Date: Thu, 19 Jul 2001 01:16:04 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jim Pirzyk Cc: arch@FreeBSD.ORG Subject: Re: Setting the default MAX Stack size References: <01071816182904.00720@snoopy> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jim Pirzyk wrote: > So I have a need to increase the max stack size in the kernel. There > currently is no knob to do this. I though of implementing it like > the max data size knob (MAXDSIZ). Is this the best answer or should > it maybe be done via read only sysctl (and then can be set in the > /boot/loader.conf)? I know how to do the former, but I am not sure > about the latter. > > Suggestions? Change your code to not use so much auto variable space; if you are using this much space, you need to rethink your algorithm. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message