Settings for Memoryusage?

Hi, i want to make a config which shows the usage of the memory. But i can't configure it. When i use MemoryMeter, either i get very large numbers or 0.

I tried to insert the TextMeter with %ld, is that correct?

I want to show used and free memory shown in MB, how can i make this?

Please help.

And why does my PDH for CPU-Usage not show another number than 0?

Ok, now he shows numbers: they have 6 and more digits an are sometimes negativ. Only scales from 1 Thousand to 1 Billion show numbers, the others give 0.

#219601

Use %.0f MB for the format.

You will need two memory meters, one for used and one for free.

Configure the MemoryMeter for 1M size and either Used or Free.

Also, check the system.ini config. That's where I got this information from.

#219628