Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 1996 06:59:14 -0800
From:      David Greenman <davidg@Root.COM>
To:        mwilson@flash.net
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Stacksize 
Message-ID:  <199603121459.GAA20756@Root.COM>
In-Reply-To: Your message of "Mon, 12 Mar 1996 08:42:42 GMT." <199603121442.IAA20127@defiant.flash.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603121459.GAA20756>