From: Jon Slaughter Newsgroups: comp.os.msdos.djgpp Subject: Virutal memory problems. Date: Thu, 17 Oct 1996 11:42:53 -0500 Organization: none Lines: 6 Message-ID: <3266620D.448A@iamerica.net> NNTP-Posting-Host: 205.173.253.146 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm working on a small program that loads a elevation map and scales it down... original is 18 megs, I have 20. When it gets amost half way it starts working the disk and becomes about 10000 times slower :( I'm assuming that this is because of virtual memory... but is it supose to be this slow. I know I could probably get around this, but I would rather know whats going on.