Memory measures


Measure=PhysicalMemory measures Physical Memory (equal to RAM).
Measure=SwapMemory measures Swap Memory (equal to RAM + Pagefile.sys).
Measure=Memory measures Virtual Memory (equal to RAM + RAM + Pagefile.sys).

By default the value will be the amount of used memory. To obtain the free memory, add InvertMeasure=1.

The measures will have a MinValue / MaxValue range from 0 to the actual total size of the measured memory resource for use by meters requiring a percentage.

Options

General measure options
All general measure options except MaxValue are valid.
Total Default: 0
If set to 1, measures the total memory.

Example

[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1

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

[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"