Xref: news-dnh.mv.net comp.os.msdos.djgpp:2533 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!usenet.eel.ufl.edu!brutus.bright.net!chi-news.cic.net!uwm.edu!lll-winken.llnl.gov!ames!waikato!comp.vuw.ac.nz!tao.sans.vuw.ac.nz!empty From: empty AT sans DOT vuw DOT ac DOT nz (Malcolm Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Virtual memory in DJGPP-2.0 Date: 10 Oct 1995 10:04:59 GMT Organization: SANS, Student Access Network System Lines: 17 References: <1995Oct7 DOT 194015 DOT 24940 AT frontier DOT tno DOT nl> Nntp-Posting-Host: tao.sans.vuw.ac.nz To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Gert van Antwerpen (antwerp AT tpd DOT tno DOT nl) wrote: : Hai Netters, : Question, I found that using "malloc" I can only allocate as much as my : physical memory in my computer, even if I run in a DOS box in Windows. Is : there a possibility to have VIRTUAL memory? The most common causes are no free disk space, tmp variable not set up (ie GO32TMP or TMP), using QEMM memory manager. Of these the only reason that I can think of that would cause the problem within Windows as well is not having a Permanent Swap File (or temporary swap file) for windows. Also check the dosprmpt.pif to make sure that you are allowing enough memory. Usually this doesn't cause a problem, but it might in conjunction with one of the dos problems. Malcolm