ComputerInfo.TotalPhysicalMemory() displays 17 GB of RAM instead of 16
I’ve been working on some Winforms C# application and thought about adding a functionality that shows you the RAM usage of the process / the total physical RAM in your computer. I looked for some built-in Microsoft methods that help me with this, and I found out that the total RAM memory in my PC… Read More ComputerInfo.TotalPhysicalMemory() displays 17 GB of RAM instead of 16