Newsgroups: comp.os.msdos.djgpp Date: Sun, 1 Nov 1998 13:03:13 -0600 (EST) From: Skip Sopscak X-Sender: dsopscak AT george DOT mmi To: djgpp AT delorie DOT com Subject: Re: drdos config In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 1 Nov 1998, Eli Zaretskii wrote: > > On Fri, 30 Oct 1998, Skip Sopscak wrote: > > > A simple C++ program (well, uses list<> and string, maybe not so simple) > > takes over ten minutes to compile. Is this hardware configuration just > > not usable, or am I missing something in my software configuration? > > What does go32-v2 report when you invoke it without arguments? > It reports the following: DPMI memory available: 4931 Kb DPMI swap space available: 130325 Kb which is, I suppose, what I'd expect given 8M total RAM and a 2M nwcache. If I adjust the cache down to 1M, DPMI memory reported above goes up accordingly, but compile performance doesn't really change... Is this not enough memory for decent performance? Thanks, --skip--