Xref: news2.mv.net comp.os.msdos.djgpp:2031 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: DPMI in v2 vs. v1 Date: Tue, 19 Mar 1996 21:04:03 CST Organization: Rice University, Houston, Texas Lines: 13 Message-ID: <314f75a3.sandmann@clio.rice.edu> References: <4ikv3b$1dmc AT rs18 DOT hrz DOT th-darmstadt DOT de> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > One of the source files in the library contains very large arrays which made > gcc run out of memory in my environment (Win95 with 8MB), well Win95 has > a crummy DPMI and odd memory managment anyway, I thought, Try changing the amount of DPMI memory available for the DOS session from auto to the max allowed. This should help. > However, when comparing the memory values with go32-v2 with the ones reported > with go32 from v1, it seems that the Win95 DPMI has more virtual memory > available, but it is not available to djgppv2 programs. This is a bug in the memory reported by GO32-V2 - it doesn't account for the memory it is using itself. Add around 300K.