Date: Sun, 17 Nov 1996 10:08:04 +0200 (IST) From: Eli Zaretskii To: Farhan Yousaf Cc: djgpp AT delorie DOT com Subject: Re: Memory Requirements In-Reply-To: <1.5.4.32.19961115181503.0073ab30@mail.interlog.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 15 Nov 1996, Farhan Yousaf wrote: > How exactly do I measure, how much memory a program written in DJGPP > requires? How does DJGPP decide when to use Virtual memory and when not to? > For example, if my program requires only 4 megs of ram, and I have a system > with 16 megs, wouldn't it use just the physical memory and leave virtual alone? All available physical memory is used before paging begins.