Date: Sun, 30 Jan 2000 10:24:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nils Lohmann cc: djgpp AT delorie DOT com Subject: Re: virtual memory exhausted In-Reply-To: <20000129.13302103@mis.configured.host> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 29 Jan 2000, Nils Lohmann wrote: > > > Virtual memory exhaustet, (compiling the Project under MS-Dos 6.22 / > > > RHide 1.4) > > > what can is to do to solve this Problem? > > > What does go32-v2 print when invoked with no arguments? > It prints: > DPMI memory available : 63627kB > DPMI swap space available : 43093kB With this much memory (more than 100MB!), any program that runs out of VM probably has a bug. I suggest to report this to the GCC maintainers (be sure to include the source that causes this).