Date: Wed, 5 Oct 94 09:58:12 -0400 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: frankie AT si DOT upc DOT es Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: _stklen > The variable _stklen should be initialized : > > [A] : Never > [B] : Always > [C] : Sometimes > > if the answer is [C] please let me know when. [C]. The default is to use a 256K stack in DPMI mode, and a virtual stack (limit around 4Mb) in other modes. If you need more or really need to limit memory use, set this variable to the value you want. You can also use stubedit to change the default.