Operating System - Microsoft
1756762 Members
2764 Online
108852 Solutions
New Discussion

Problem with memory utilization (win) using WMI, if RAM is 32GB

 
Nitin Kumar Gupta
Trusted Contributor

Problem with memory utilization (win) using WMI, if RAM is 32GB

Hello,

I have designed a memory utilization script. I am using the WMI variables FreePhysicalMemory, and TotalVisibleMemorySize. But for a node where RAM is greater than 4GB (one of them is 32 GB), it is not working. ( I assume the return values are out of the range).

Have anyone face such issues? How can I get over them?

I am also attaching the script.

-NKG-
1 REPLY 1
Nitin Kumar Gupta
Trusted Contributor

Re: Problem with memory utilization (win) using WMI, if RAM is 32GB

Solved