First post, by Joseph_Joestar
- Rank
- l33t++
There were some discussions about this subject on the forum recently, so I thought a dedicated thread for RAM usage under WinXP might be a good idea. Initially, I was using MSI Afterburner for measuring RAM utilization in games, but then I realized that running that program by itself takes up around 500 MB RAM on my system. So I switched to the built-in monitoring utility that ships with WinXP. Specifically, I have set it up as follows:
- Start > Run > perfmon.msc
- Right click on the graph > Properties
- Remove all existing counters
- Add > Performance Object > Memory > Committed Bytes > Add > Close
- Click the Graph tab > Vertical Scale > Maximum > type in 2000 > Apply > Ok (2 GB is the maximum that one WinXP application can use)
- File > Save As > rammon.msc
Doing all that results in this window:
Once set up, you can all it up whenever you need it via Start > Run > rammon.msc. Run that in the background while playing a game, and then check the values after you exit. The graph itself isn't that important, other than for getting a quick overview. The interesting bit is the "Maximum" value in the bottom right corner of that window. This is in bytes, so you need to divide it by 1048576 to get the value in MB. For example, in the picture above, my system uses 175927296 bytes which translates to 168 MB (rounded up). Once converted to MB, this perfectly matches the value that is shown in WinXP's Task Manager on my system.