Date: Sun, 29 Oct 2000 08:24:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: running DJGPP under DOS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 28 Oct 2000, Damian Yerrick wrote: > >Which graph, exactly, did you choose for SysMon to display? I don't > >see any ``memory in use'' anywhere on my Windows 98 system. > > Memory Manager: allocated memory Try "Free Physical Memory" (or thereabouts) instead, and watch how it changes when you, e.g., compile a large program. AFAIK, allocated memory is simply the largest sum of all memory demands Windows ever needed to satisfy during this session, and it includes VM. So it's not very interesting, since the Windows swap file grows as needed. > Feel free to take this to private email if necessary. This is still on-topic...