Date: Sun, 19 Jul 1998 13:59:36 +0300 (IDT) From: Eli Zaretskii To: Ralph Proctor cc: djgpp AT delorie DOT com, Martin DOT Stromberg AT lu DOT erisoft DOT se Subject: Re: Conv. mem with BASH shell In-Reply-To: <3.0.1.16.19980717161412.096f86a2@shadow.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 17 Jul 1998, Ralph Proctor wrote: > What looks low to me is the free conventional memory--it is 517 Kb. > > Is this anything to worry about? I see no problems yet. The FAQ explains in section 15.8 that the first DJGPP program takes up about 90KB in conventional memory when it uses CWSDPMI; other DPMI servers use similar amounts. So you should expect your conventional memory to be lower than with COMMAND.COM. The only case where you need to worry about this is when you run deeply-nested Makefile's. In these cases, you will have one level less available to you, due to DOS memory limitation. But these cases are extremely rare.