Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 975

Bugs & Feature Suggestions • Total PhysicalMemory should be updateable

$
0
0
Initial situation:
The used Physical Memory is updated normally, but PhysicalMemory Total is not.
We noticed the problem in virtual machines with dynamic memory.
(Tested with the latest stabel release: 4.5.20)

Suggested solution:
The Value for Total PhysicalMemory should be updated the same way as the used PhysicalMemory.

Example (copied from the documentation and adapted):
[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1

[MeasurePhysMemTotal]
Measure=PhysicalMemory
Total=1
UpdateDivider=2

[MeasurePhysMemUsed]
Measure=PhysicalMemory
UpdateDivider=2

[MeasurePhysMemFree]
Measure=PhysicalMemory
InvertMeasure=1
UpdateDivider=2

[MeterText]
Meter=String
MeasureName=MeasurePhysMemTotal
MeasureName2=MeasurePhysMemUsed
MeasureName3=MeasurePhysMemFree
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1
NumOfDecimals=1
AutoScale=1
Text="RAM Total: %1B, RAM Used: %2B, RAM Free: %3B"
Problem description and attempted solutions:
Even if the "UpdateDivider" is adjusted, the displayed value will not change.
We also tried adding DynamicVariables=1, but that didn't change the behavior either.
As a workaround, we have implemented a regular refresh of the entire skin, which is not really the point.

Code:

OnRefreshAction=[!Delay (6000)][!Refresh]
Documentation (Memory measures):
https://docs.rainmeter.net/manual/measures/memory/

Statistics: Posted by SITS — Yesterday, 2:57 pm — Replies 2 — Views 114



Viewing all articles
Browse latest Browse all 975

Trending Articles