From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: running DJGPP under DOS Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 44 X-Trace: +rnM+kpmXlKkkdp2DYMvNjftzUMOHC/nJGzKOqwKzUTqoWgo7sMqDofIp7EQr9mWbu2E332DDJwx!sLNL4VgFeYUjLhcuE0xfGGzyGNo4ga2UaklSOiJrRnoTE4go9T82PkJA262ALzAF3HMPdjdJxddk!Yd8Dng== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 29 Oct 2000 06:43:18 GMT Distribution: world Date: Sun, 29 Oct 2000 06:43:18 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 29 Oct 2000 08:24:57 +0200 (IST), Eli Zaretskii wrote: > >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 Found "Unused physical memory". >when you, e.g., compile a large program. 34 KB of C source plus Allegro headers large enough? Anyway, I tried it (through make), and it dipped about 3 or 4 MB and rose back. The "allocated" chart had a 4 MB high peak also. >AFAIK, allocated memory is simply the largest sum of all memory demands >Windows ever needed to satisfy during this session Not necessarily. It tracks the total allocated memory at any given moment. For example, when I close Outlook Express, it decreases by 30 MB. >and it includes VM. So it's not very interesting, since the Windows >swap file grows And shrinks. I also have "swapfile size" open, and it seems to track "allocated memory" pretty closely (lagging a bit but catching up when Windows compacts the swap file a minute later). --