Date: Sun, 12 Dec 1999 14:28:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Wormy cc: djgpp AT delorie DOT com Subject: Re: make.exe: VIRTUAL MEMORY EXHAUSTED In-Reply-To: <82ui3i$n63@cantine.wu-wien.ac.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 11 Dec 1999, Wormy wrote: > I tried everything: > > STUBEDITING cc1.exe, cc1plus.exe, make.exe but it didn't work! Did you try the advice in section 15.4 of the FAQ, to increase the size of the internal tables used by CWSDPMI to track memory allocations? If not, please try it. As the FAQ explains, the default size of the tables is good for about 21MB in small chunks; your Makefile might be causing Make to hit this limit. > The makefile (over 50KB big) is processed 10 minutes - several object files > are created - but then stops with this MEMORY EXHAUSTED text. Does your system page to disk while it runs? (You should see the hard disk LED be lit continuously if the system pages.)