Mail Archives: djgpp/2000/10/12/03:58:04
On Wed, 11 Oct 2000, 23yrold3yrold wrote:
> 1. Sometimes, I get a "virtual memory exhausted" error from DJGPP.
What does go32-v2.exe print when invoked with no arguments, on the
same machine where you get those messages.
> What would be the best way to fix this?
If the amount of available memory reported by go32-v2 is small, see
sections 15.1, 15.6, and 15.7 of the DJGPP FAQ list for some
suggestions.
If the amount of memory reported by go32-v2 is reasonable, then I'd
suggest to post more information about your program that triggers
those messages. It is hard to guess what to do about these problems
without any idea about what the program does.
> Break up the program into several CPP files?
This almost certainly will not change anything.
> Check for memory leaks?
Possibly.
- Raw text -