aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Problem with stats provided by framework.system.memory #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This issue was reported by a dev in the group. Using the following logic:
memory.free - memory.freePhysical = memory.freeSwap
memory.used - memory.usedPhysical = memory.usedSwap
memory.total - memory.totalPhysical = memory.totalSwap

the dev came up with situations where "memoryfreeSwap" is greater than 
"memorytotalSwap". This is basically the problem.

The gadget which reproduces this is here:
http://krid.of.k.googlepages.com/MemoryTest0.2.gg

Some screenshots are here:
http://krid.of.k.googlepages.com/MemoryTest0.2.png
http://krid.of.k.googlepages.com/memorytest0.2_screenshot-1.png
http://krid.of.k.googlepages.com/memorytest0.2_screenshot-2.png

According to the dev, his system has the following specifications:
Windows XP SP3, Framework 2.0SP1 + 3.0
768MB RAM - 32MB Grafik-Ram ~ 735MB Physical RAM
768MB Swap

Original issue reported on code.google.com by teominator on 3 Sep 2008 at 7:24