From owner-freebsd-hackers Tue Mar 12 06:59:10 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA19486 for hackers-outgoing; Tue, 12 Mar 1996 06:59:10 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA19476 for ; Tue, 12 Mar 1996 06:59:01 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id GAA20756; Tue, 12 Mar 1996 06:59:14 -0800 Message-Id: <199603121459.GAA20756@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: mwilson@flash.net cc: freebsd-hackers@freebsd.org Subject: Re: Stacksize In-reply-to: Your message of "Mon, 12 Mar 1996 08:42:42 GMT." <199603121442.IAA20127@defiant.flash.net> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 12 Mar 1996 06:59:14 -0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I am needing to increase the stacksize on a FreeBSD 2.1 system. Here >is my current limit after a unlimit: > >cputime unlimited >filesize unlimited >datasize 131072 kbytes >stacksize 65536 kbytes >coredumpsize unlimited >memoryuse unlimited >descriptors 2088 >memorylocked 61460 kbytes >maxproc 1043 > > >Here is my unlimit on a Solaris box: > >filesize unlimited >datasize 2097148 kbytes >stacksize 2097148 kbytes >coredumpsize unlimited >descriptors 1024 >memorysize unlimited > > >I have a program that requires a ton of stack and 65k is just not >enough. Um, that's 64MB. If you really need more than that, it can be increased by modifying /sys/i386/include/vmparam.h - see "MAXSSIZ". -DG David Greenman Core-team/Principal Architect, The FreeBSD Project