CustomBar: Plugin Reference
SystemInfo.UsedMem
Obtains the amount of memory currently in use by the system. Note that this measures the amount of virtual memory in use, which is the most relevant memory use figure. Due to how Windows handles memory, it may not match the physical RAM in use. It can also exceed the amount of physical RAM on your system. This is not a bug, it just means information is being swapped out and you should invest in more RAM.
SystemInfo.UsedMem( string Unit )
Parameters
Unit
Unit to return information in. Can be one of the following:
B - Bytes
KB - Kilobytes
MB - Megabytes
GB - Gigabytes
% - Percent.
Return Value (integer)
Memory being used in Unit units.