Xref: news-dnh.mv.net comp.os.msdos.djgpp:1081 Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!bcm!newsfeed.rice.edu!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Virtual Memory question Date: Thu, 20 Jul 1995 16:24:36 CDT Organization: Rice University, Houston, Texas Lines: 10 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > a question about GO32's virtual memory handling. It seems that it swaps > to disk even if I'm not using much ram. Grr. Is it possible to disable GO32 will only swap to disk if you have used all of the memory, or if you spawn a program (or use system). Issue the GO32 command without any arguments and you will probably find your memory is mis-configured. To disable swapping, set the environment variable GO32TMP to point to a non-existent drive/directory, something like z:\ But if you disable swapping and are out of memory, your programs don't run at all, so this is usually a bad idea except during testing.