Date: Sun, 30 Mar 1997 19:23:53 +0300 (IDT) From: Eli Zaretskii To: FIM cc: djgpp AT delorie DOT com Subject: Re: Re :AW: Very slow DJGPP on a P166 48Mb ram In-Reply-To: <5hk3g8$eto$1@news.tudelft.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 29 Mar 1997, FIM wrote: > DPMI memory available: 16379 Kb > DPMI swap space available: 0 Kb You should change the DPMI memory setting of the DOS box (in the property sheet) to 65535K. The DJGPP FAQ list (available as v2/faq210b.zip from the same place you get DJGPP) explains that in section 15.6. > h_grad.cpp:290: virtual memory exhausted <=!!!!!!!!!!!!!!!!!!!!!!!! If enlarging DPMI memory to 64MB won't help, try this: cd e:\djgpp\bin stubedit cc1plus.exe minstack=1024k then try to compile again.