Memory Usage

Nick Coghlan ncoghlan at iinet.net.au
Tue Jan 25 09:56:39 EST 2005


Stuart McGarrity wrote:
> Do you have a page file?
> 
> The Mem column should be RAM usage and not total working set. Some of it 
> could be swapped to the page file. A free tool like process explorer can 
> give you better informaton than the task manager.

As Tim pointed out, "View->Select Columns" and activating "VM Size" is enough to 
find out how much memory that program actually has *mapped* (rather than 
currently loaded into RAM).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list