google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

SwapMemory returns wrong number. #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set system page file to 8G total.
2. Use illustro skin to see System.
3. The total swap memory is 16G.

What is the expected output? What do you see instead?
The swap here should be 8G. Well it says 16G.
Since my physical memory is 8G, I do not know the error is, in fact, doubling 
the swap, or sum physical and swap.

What version of the product are you using? On what operating system?
2.1.0 beta rev 816 (64bit). Windows 7 professional (64bit).

Please provide any additional information below. If the problem is a
related to some config option attaching a example is always a good idea.
Try to keep it as simple as possible and make sure that it is a fully
working Rainmeter config (i.e. it includes all graphics too).

If you are reporting a crash bug please include a download link to the
crash dump: http://code.google.com/p/rainmeter/wiki/CrashBugs

Original issue reported on code.google.com by Magiclouds on 23 May 2011 at 12:32

GoogleCodeExporter commented 9 years ago
SwapMemory actually returns maximum amount of committed memory, which is 
usually RAM + pagefile(s). Too late to change the name of the measure now..

Original comment by birunthan.mohanathas on 12 Jun 2011 at 1:50