Date: Fri, 7 Feb 1997 12:28:31 +0200 (IST) From: Eli Zaretskii To: nikki cc: djgpp AT delorie DOT com Subject: Re: big fat swap In-Reply-To: <5dcqat$3j4@flex.uunet.pipex.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 6 Feb 1997, nikki wrote: > on the first machine the program runs fine, no trouble, on the other it > swaps like crazy everytime i access parts of this 1 meg memory array. as > there should be almost 15meg free i can't for the life of me see why it's > swopping. Run go32-v2 without arguments and post what it prints. The printed report will show you how much free physical memory do DJGPP programs see on that machine. If the report shows a low amount of physical memory, you will have to change your configuration to free some more. If you don't know how to do that, post your CONFIG.SYS and AUTOEXEC.BAT.