2.02.2009
Memory Consumption of Processes in Windows XP
Just a small note to myself: The memory usage displayed in the task manager does not match the total memory usage displayed in the graph. When you terminate a program using x MB RAM, you will free 3x RAM in the graph display. Estimating memory footprint of software should thus better be done using the graph display.
Subscribe to:
Post Comments (Atom)

2 comments:
however, if - as I assume - you measure memory consumption of a java program, there are better ways: http://www.javaworld.com/javaworld/javatips/jw-javatip130.html
Wow, thanks, that is a great article.
Post a Comment